1
0
mirror of https://github.com/thooge/esp32-nmea2000-obp60.git synced 2026-03-28 18:06:37 +01:00

Active data display in page skyview

This commit is contained in:
2025-08-23 08:45:35 +02:00
parent c932724473
commit 0097a1eb1e
3 changed files with 59 additions and 17 deletions

View File

@@ -128,6 +128,7 @@ typedef struct{
//a base class that all pages must inherit from
class Page{
protected:
// TODO Future: GwApi *api;
CommonData *commonData;
GwConfigHandler *config;
GwLog *logger;