mirror of
https://github.com/thooge/esp32-nmea2000-obp60.git
synced 2025-12-14 22:43:07 +01:00
introduce a type safe task adta exchange interface
This commit is contained in:
@@ -320,6 +320,7 @@ public:
|
||||
return config.getString(config.talkerId,String("GP")).c_str();
|
||||
}
|
||||
virtual ~ApiImpl(){}
|
||||
virtual TaskInterfaces *taskInterfaces(){ return nullptr;}
|
||||
};
|
||||
|
||||
bool delayedRestart(){
|
||||
|
||||
Reference in New Issue
Block a user