UDP protocol update

This commit is contained in:
Sjef Verhoeven PE5PVB
2025-02-11 19:22:15 +01:00
parent c1cdd0c1a5
commit 0e47b2b1b6
4 changed files with 45 additions and 1 deletions
+1 -1
View File
@@ -962,7 +962,7 @@ void loop() {
if (wifi && !menu) {
webserver.handleClient();
if (millis() >= udplogtimer + 1000) {
if (millis() >= udplogtimer + 500) {
sendUDPlog();
udplogtimer = millis();
}