Fixed sometimes reboot at activating wifi

This commit is contained in:
Sjef Verhoeven PE5PVB
2025-01-30 11:06:46 +01:00
parent 86ef051075
commit b73f0fe3f6

View File

@@ -943,7 +943,7 @@ void setup() {
}
void loop() {
if (wifi) {
if (wifi && !menu) {
webserver.handleClient();
sendUDPlog();