From 8226a984a373dd4ad20b0fb1e1b16cb46cd43c38 Mon Sep 17 00:00:00 2001 From: Paul Romkes Date: Sat, 31 Dec 2022 12:55:34 +0100 Subject: [PATCH] Update to 7.9 --- .idea/misc.xml | 6 ++++++ .idea/vcs.xml | 6 ++++++ PlatformIO/src/Satellite.cpp | 5 +++++ 3 files changed, 17 insertions(+) create mode 100644 .idea/misc.xml create mode 100644 .idea/vcs.xml diff --git a/.idea/misc.xml b/.idea/misc.xml new file mode 100644 index 0000000..639900d --- /dev/null +++ b/.idea/misc.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..35eb1dd --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/PlatformIO/src/Satellite.cpp b/PlatformIO/src/Satellite.cpp index 5f2606d..4e679a1 100644 --- a/PlatformIO/src/Satellite.cpp +++ b/PlatformIO/src/Satellite.cpp @@ -110,6 +110,11 @@ - Fixed hotword brightness v7.8.3 - Fix problem with audiokit and IDF 4 + v7.9 + - Defines and adds MCK pin to I2S config + - pin espressif32 to 4.2.0 due to error + - set ArduinoJson to latest fixed version + - Added new device - inmp441max98357afastled * ************************************************************************ */