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:
+1
-1
@@ -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/";
|
||||
|
||||
Reference in New Issue
Block a user