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

handle 4 groove port for serial and CAN

This commit is contained in:
andreas
2024-03-20 16:16:47 +01:00
parent 746c9e3da0
commit 1c80bf46b0
4 changed files with 197 additions and 97 deletions

View File

@@ -784,6 +784,7 @@ void setup() {
logger.setWriter(new DefaultLogWriter());
#endif
userCodeHandler.startInitTasks(MIN_USER_TASK);
channels.preinit();
config.stopChanges();
//maybe the user code changed the level
level=config.getInt(config.logLevel,LOGLEVEL);