mirror of
https://github.com/thooge/esp32-nmea2000-obp60.git
synced 2025-12-14 22:43:07 +01:00
allow for dynamic user task registration
This commit is contained in:
@@ -328,6 +328,9 @@ public:
|
||||
return xdrMappings.addFixedMapping(mapping);
|
||||
}
|
||||
virtual void addCapability(const String &name, const String &value){}
|
||||
virtual bool addUserTask(GwUserTaskFunction task,const String Name, int stackSize=2000){
|
||||
return false;
|
||||
}
|
||||
};
|
||||
|
||||
bool delayedRestart(){
|
||||
|
||||
Reference in New Issue
Block a user