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

add changed flag to BoatDataValue in API

This commit is contained in:
wellenvogel
2021-12-16 11:45:35 +01:00
parent c3482dbb3a
commit 20187fcb1d
3 changed files with 13 additions and 9 deletions

View File

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