Fixed sometimes reboot at activating wifi
This commit is contained in:
+1
-1
@@ -943,7 +943,7 @@ void setup() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
void loop() {
|
void loop() {
|
||||||
if (wifi) {
|
if (wifi && !menu) {
|
||||||
webserver.handleClient();
|
webserver.handleClient();
|
||||||
sendUDPlog();
|
sendUDPlog();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user