mirror of
https://github.com/thooge/esp32-nmea2000-obp60.git
synced 2025-12-18 00:03:07 +01:00
allow to hide config items from the ui and allow to change config values in the init function
This commit is contained in:
@@ -43,4 +43,7 @@ DECLARE_INITFUNCTION(exampleInit);
|
||||
//elements when this capability is set correctly
|
||||
DECLARE_CAPABILITY(testboard,true);
|
||||
DECLARE_CAPABILITY(testboard2,true);
|
||||
//hide some config value
|
||||
//just set HIDE + the name of the config item to true
|
||||
DECLARE_CAPABILITY(HIDEminXdrInterval,true);
|
||||
#endif
|
||||
Reference in New Issue
Block a user