From b3dcba1d0ac81102017a2574d4d52c6b0f506f96 Mon Sep 17 00:00:00 2001 From: biologist79 Date: Fri, 20 Oct 2023 21:22:29 +0200 Subject: [PATCH] Change branch of arduinoespressif32 --- platformio.ini | 2 +- src/settings.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/platformio.ini b/platformio.ini index a742b84f..7e4c4cac 100644 --- a/platformio.ini +++ b/platformio.ini @@ -41,7 +41,7 @@ lib_deps = https://github.com/tueddy/PN5180-Library.git#01b3e48 https://github.com/SZenglein/Arduino-MAX17055_Driver#a0a5418 platform_packages = - platformio/framework-arduinoespressif32 @ https://github.com/espressif/arduino-esp32.git#1.0.6 + platformio/framework-arduinoespressif32 @ https://github.com/espressif/arduino-esp32.git#release/v1.0 ;platformio/framework-arduinoespressif32 @ https://github.com/tuniii/arduino-esp32-v1.0.6-wt#v1.0.6-patched ;platformio/tool-esptoolpy @ ~1.30100 ;framework-arduinoespressif32 @ https://github.com/espressif/arduino-esp32.git#2.0.1-RC1 diff --git a/src/settings.h b/src/settings.h index f28d40f1..61cde545 100644 --- a/src/settings.h +++ b/src/settings.h @@ -48,7 +48,7 @@ //#define PLAY_LAST_RFID_AFTER_REBOOT // When restarting ESPuino, the last RFID that was active before, is recalled and played //#define USE_LAST_VOLUME_AFTER_REBOOT // Remembers the volume used at last shutdown after reboot #define USEROTARY_ENABLE // If rotary-encoder is used (don't forget to review WAKEUP_BUTTON if you disable this feature!) - #define BLUETOOTH_ENABLE // If enabled and bluetooth-mode is active, you can stream to your ESPuino via bluetooth (a2dp-sink). + //#define BLUETOOTH_ENABLE // If enabled and bluetooth-mode is active, you can stream to your ESPuino via bluetooth (a2dp-sink). //#define IR_CONTROL_ENABLE // Enables remote control (https://forum.espuino.de/t/neues-feature-fernsteuerung-per-infrarot-fernbedienung/265) #define CACHED_PLAYLIST_ENABLE // Enables playlist-caching (infos: https://forum.espuino.de/t/neues-feature-cached-playlist/515) //#define PAUSE_WHEN_RFID_REMOVED // Playback starts when card is applied and pauses automatically, when card is removed (https://forum.espuino.de/t/neues-feature-pausieren-wenn-rfid-karte-entfernt-wurde/541)