mirror of
https://github.com/thooge/esp32-nmea2000-obp60.git
synced 2025-12-16 07:23:07 +01:00
improve status handling for twai, add n2k state to UI
This commit is contained in:
@@ -27,6 +27,7 @@ class GwLog{
|
||||
void setWriter(GwLogWriter *writer);
|
||||
void logString(const char *fmt,...);
|
||||
void logDebug(int level, const char *fmt,...);
|
||||
void logDebug(int level, const char *fmt,va_list ap);
|
||||
int isActive(int level){return level <= logLevel;};
|
||||
void flush();
|
||||
void setLevel(int level){this->logLevel=level;}
|
||||
|
||||
Reference in New Issue
Block a user