1
0
mirror of https://github.com/thooge/esp32-nmea2000-obp60.git synced 2025-12-13 05:53:06 +01:00

#19: add help tab, allow to set the help URL with the HELP_URL capability

This commit is contained in:
andreas
2022-03-02 11:23:31 +01:00
parent 785ece971e
commit a288959009
5 changed files with 17 additions and 2 deletions

View File

@@ -129,4 +129,7 @@ class GwApi{
#ifndef DECLARE_CAPABILITY
#define DECLARE_CAPABILITY(name,value)
#endif
#ifndef DECLARE_STRING_CAPABILITY
#define DECLARE_STRING_CAPABILITY(name,value)
#endif
#endif