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

Sample page apparent wind

This commit is contained in:
norbert-walter
2022-02-27 17:20:53 +01:00
parent d39c233a39
commit d3e7aae21a
7 changed files with 211 additions and 67 deletions

View File

@@ -16,7 +16,6 @@ typedef struct{
GwApi::Status status;
GwLog *logger=NULL;
GwConfigHandler *config=NULL;
bool keylock = false;
} CommonData;
//a base class that all pages must inherit from