NMEA2000 status for web status page

This commit is contained in:
2026-03-01 11:55:18 +01:00
parent d13c1ef8c1
commit 294f1731c9
5 changed files with 22 additions and 4 deletions

View File

@@ -58,6 +58,7 @@ private:
uint32_t txTimeouts = 0;
// GwIntervalRunner timers;
bool disabled = false;
bool tx_offline = false;
unsigned long lastRecoveryStart = 0;
};