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

introduce debug log

This commit is contained in:
andreas
2021-10-24 16:51:47 +02:00
parent 149ffb7a5f
commit 2057b70cb7
3 changed files with 25 additions and 4 deletions

View File

@@ -37,7 +37,8 @@
#include "GwBoatData.h"
GwLog logger(LOG_SERIAL);
GwLog logger(LOG_SERIAL,GwLog::DEBUG);
GwConfigHandler config(&logger);
GwWifi gwWifi(&config,&logger);
GwSocketServer socketServer(&config,&logger);