mirror of
https://github.com/thooge/esp32-nmea2000-obp60.git
synced 2025-12-13 05:53:06 +01:00
use esp us timer for statistics
This commit is contained in:
@@ -10,7 +10,7 @@ class GwLogWriter{
|
||||
};
|
||||
class GwLog{
|
||||
private:
|
||||
static const size_t bufferSize=200;
|
||||
static const size_t bufferSize=250;
|
||||
char buffer[bufferSize];
|
||||
int logLevel=1;
|
||||
GwLogWriter *writer;
|
||||
|
||||
Reference in New Issue
Block a user