1
0
mirror of https://github.com/thooge/esp32-nmea2000-obp60.git synced 2025-12-13 05:53:06 +01:00

add some loop statistics

This commit is contained in:
wellenvogel
2021-12-05 17:10:23 +01:00
parent c5b6de32a9
commit b089ae2a39
2 changed files with 2 additions and 6 deletions

View File

@@ -1001,6 +1001,6 @@ void loop() {
monitor.setTime(15);
average.add(monitor.getMax());
if (logger.isActive(GwLog::LOG)){
monitor.writeLog(10);
monitor.writeLog(6);
}
}