mirror of
https://github.com/thooge/esp32-nmea2000-obp60.git
synced 2025-12-13 05:53:06 +01:00
add status to Api
This commit is contained in:
@@ -20,6 +20,7 @@ template<class T> class GwCounter{
|
||||
globalFail=0;
|
||||
globalOk=0;
|
||||
}
|
||||
unsigned long getGlobal(){return globalOk;}
|
||||
void add(T key){
|
||||
globalOk++;
|
||||
auto it=okCounter.find(key);
|
||||
|
||||
Reference in New Issue
Block a user