1
0
mirror of https://github.com/thooge/esp32-nmea2000-obp60.git synced 2025-12-18 00:03:07 +01:00

adapted readme to release 20220302

This commit is contained in:
andreas
2022-03-02 11:32:35 +01:00
parent a288959009
commit b1bd523745
3 changed files with 13 additions and 3 deletions

View File

@@ -46,6 +46,6 @@ DECLARE_CAPABILITY(testboard2,true);
//hide some config value
//just set HIDE + the name of the config item to true
DECLARE_CAPABILITY(HIDEminXdrInterval,true);
//example for a user defined help url that will be shown when clicking the help button
DECLARE_STRING_CAPABILITY(HELP_URL,"https://www.wellenvogel.de");
#endif