mirror of
https://github.com/thooge/esp32-nmea2000-obp60.git
synced 2025-12-13 05:53:06 +01:00
optimize boat data string handling
This commit is contained in:
@@ -119,6 +119,6 @@ class TimeMonitor{
|
||||
current[index]=now;
|
||||
int64_t currentv=now-sv;
|
||||
if ((now-start) > max) max=now-start;
|
||||
times[index-1]->add(currentv);
|
||||
times[index]->add(currentv);
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user