mirror of
https://github.com/thooge/esp32-nmea2000-obp60.git
synced 2025-12-16 07:23:07 +01:00
CFG_INIT for initial cfg values
This commit is contained in:
@@ -38,6 +38,7 @@ class GwConfigHandler: public GwConfigDefinitions{
|
||||
* !use with care! no checks of the value
|
||||
*/
|
||||
bool setValue(String name, String value, bool hide=false);
|
||||
bool setValue(String name, String value, GwConfigInterface::ConfigType type);
|
||||
static void toHex(unsigned long v,char *buffer,size_t bsize);
|
||||
unsigned long getSaltBase(){return saltBase;}
|
||||
~GwConfigHandler();
|
||||
|
||||
Reference in New Issue
Block a user