From 370af8d759d1d51aa0ff084daf01eb13b783c487 Mon Sep 17 00:00:00 2001 From: Sascha Date: Fri, 22 Dec 2023 23:16:33 +0100 Subject: [PATCH] change setting for playing last rfid after reboot --- src/settings.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/settings.h b/src/settings.h index 7089879a..62c6f70a 100644 --- a/src/settings.h +++ b/src/settings.h @@ -46,7 +46,7 @@ //#define MEASURE_BATTERY_VOLTAGE // Enables battery-measurement via GPIO (ADC) and voltage-divider #define MEASURE_BATTERY_MAX17055 // Enables battery-measurement via external fuel gauge (MAX17055) #define SHUTDOWN_ON_BAT_CRITICAL // Whether to turn off on critical battery-level (only used if MEASURE_BATTERY_XXX is active) - //#define PLAY_LAST_RFID_AFTER_REBOOT // When restarting ESPuino, the last RFID that was active before, is recalled and played + #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 or to a headset via bluetooth (a2dp-sink & a2dp-source). Note: This feature consumes a lot of resources and the available flash/ram might not be sufficient.