1
0
mirror of https://github.com/thooge/esp32-nmea2000-obp60.git synced 2026-08-18 10:22:31 +02:00

Fix crash with reboot

This commit is contained in:
Norbert Walter
2026-03-01 15:06:16 +00:00
parent 6cd0965e46
commit 53bdc491f1
2 changed files with 11 additions and 3 deletions
+1 -1
View File
@@ -767,7 +767,7 @@ void loopFunction(void *){
//if(Serial1.available()) {}
//if(Serial.available()) {}
//if(Serial2.available()) {}
//delay(1);
vTaskDelay(1);
}
}
const String USERPREFIX="/api/user/";