This commit is contained in:
Owen 2021-06-08 10:14:52 +02:00
parent 9213bccc52
commit 9c1ab95f35
1 changed files with 1 additions and 1 deletions

View File

@ -248,7 +248,7 @@ void WifiSetup() {
flashLED(300); flashLED(300);
Serial.println("Starting WiFi"); Serial.println("Starting WiFi");
// Disable poser saving on WiFi to improve responsiveness // Disable power saving on WiFi to improve responsiveness
// (https://github.com/espressif/arduino-esp32/issues/1484) // (https://github.com/espressif/arduino-esp32/issues/1484)
WiFi.setSleep(false); WiFi.setSleep(false);