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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user