Added change to allow auto modem sleep

This commit is contained in:
Gunnar Skjold 2020-02-14 19:52:15 +01:00
parent 554cc7c023
commit fe79a96827

View File

@ -131,6 +131,7 @@ void loop()
else led_off();
}
ws.loop();
delay(1); // Needed for auto modem sleep
}