1
0
mirror of https://github.com/thooge/esp32-nmea2000-obp60.git synced 2025-12-14 22:43:07 +01:00

make changing timeouts working correctly

This commit is contained in:
andreas
2024-11-13 17:05:17 +01:00
parent 7ea500bad6
commit 2c87be78db
3 changed files with 52 additions and 30 deletions

View File

@@ -784,6 +784,7 @@ void setup() {
logger.prefix="FALLBACK:";
logger.setWriter(new DefaultLogWriter());
#endif
boatData.begin();
userCodeHandler.startInitTasks(MIN_USER_TASK);
channels.preinit();
config.stopChanges();