mirror of
https://github.com/thooge/esp32-nmea2000-obp60.git
synced 2025-12-14 06:23:07 +01:00
allow to set XDR mappings from user tasks
This commit is contained in:
@@ -40,6 +40,7 @@ class GwConfigHandler: public GwConfigDefinitions{
|
||||
static void toHex(unsigned long v,char *buffer,size_t bsize);
|
||||
unsigned long getSaltBase(){return saltBase;}
|
||||
~GwConfigHandler();
|
||||
bool userChangesAllowed(){return allowChanges;}
|
||||
private:
|
||||
unsigned long saltBase=0;
|
||||
void populateConfigs(GwConfigInterface **);
|
||||
|
||||
Reference in New Issue
Block a user