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:
@@ -99,6 +99,10 @@ public:
|
||||
GWSYNCHRONIZED(mainLock);
|
||||
api->getBoatDataValues(num,list);
|
||||
}
|
||||
virtual void getStatus(Status &status){
|
||||
GWSYNCHRONIZED(mainLock);
|
||||
api->getStatus(status);
|
||||
}
|
||||
virtual ~TaskApi(){};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user