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

Intermediate restructure

This commit is contained in:
norbert-walter
2022-02-13 16:37:12 +01:00
parent 33f2aac271
commit 10d6b3fa50
6 changed files with 143 additions and 102 deletions

View File

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