diff --git a/README.md b/README.md index 4364378..5431b93 100644 --- a/README.md +++ b/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!) * 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 -* Toggle WiFi (enable/disable; effektive after reboot) +* Toggle WiFi (enable/disable; effective after reboot) ### Neopixel-ring (optional) Indicates different things. Don't forget configuration of number of LEDs via #define NUM_LEDS diff --git a/src/main.cpp b/src/main.cpp index f7e3e36..fd7f501 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -550,7 +550,6 @@ void doButtonActions(void) { wifiStatusToggledTimestamp = millis(); buttons[0].isPressed = false; buttons[1].isPressed = false; - Serial.println(wifiManager()); if (writeWifiStatusToNVS(!getWifiEnableStatusFromNVS())) { #ifdef NEOPIXEL_ENABLE showLedOk = true; // Tell user action was accepted