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

Merge branch 'wellenvogel:master' into master

This commit is contained in:
norbert-walter
2022-03-13 14:22:01 +01:00
committed by GitHub
2 changed files with 6 additions and 0 deletions

View File

@@ -15,6 +15,7 @@ class GwApi{
public:
double value=0;
bool valid=false;
int source=-1;
bool changed=false; //will be set by getBoatDataValues
BoatValue(){}
BoatValue(const String &n):name(n){