1
0
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:
wellenvogel
2021-12-11 21:23:57 +01:00
parent bb8c7b9d32
commit e08bcf1009
2 changed files with 34 additions and 33 deletions

View File

@@ -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;