Browse Source

Removed debug-symbol

master
Torsten Stauder 5 years ago
parent
commit
afb5961394
  1. 2
      README.md
  2. 1
      src/main.cpp

2
README.md

@ -200,7 +200,7 @@ There are special RFID-tags, that don't start music by themself but can modify t
* current track in loop-mode (is "stronger" than playlist-loop but doesn't overwrite it!) * current track in loop-mode (is "stronger" than playlist-loop but doesn't overwrite it!)
* playlist in loop-mode * playlist in loop-mode
* track und playlist loop-mode can both be activated at the same time, but unless track-loop isn't deactivated, playlist-loop won't be effective * track und playlist loop-mode can both be activated at the same time, but unless track-loop isn't deactivated, playlist-loop won't be effective
* Toggle WiFi (enable/disable; effektive after reboot)
* Toggle WiFi (enable/disable; effective after reboot)
### Neopixel-ring (optional) ### Neopixel-ring (optional)
Indicates different things. Don't forget configuration of number of LEDs via #define NUM_LEDS Indicates different things. Don't forget configuration of number of LEDs via #define NUM_LEDS

1
src/main.cpp

@ -550,7 +550,6 @@ void doButtonActions(void) {
wifiStatusToggledTimestamp = millis(); wifiStatusToggledTimestamp = millis();
buttons[0].isPressed = false; buttons[0].isPressed = false;
buttons[1].isPressed = false; buttons[1].isPressed = false;
Serial.println(wifiManager());
if (writeWifiStatusToNVS(!getWifiEnableStatusFromNVS())) { if (writeWifiStatusToNVS(!getWifiEnableStatusFromNVS())) {
#ifdef NEOPIXEL_ENABLE #ifdef NEOPIXEL_ENABLE
showLedOk = true; // Tell user action was accepted showLedOk = true; // Tell user action was accepted

Loading…
Cancel
Save