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:
@@ -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){
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user