mirror of
https://github.com/thooge/esp32-nmea2000-obp60.git
synced 2025-12-13 05:53:06 +01:00
New version after merge
This commit is contained in:
@@ -231,8 +231,8 @@ void OBP60Task(void *param){
|
||||
|
||||
// Initializing all necessary boat data
|
||||
GwApi::BoatValue *sog=new GwApi::BoatValue(F("SOG"));
|
||||
GwApi::BoatValue *date=new GwApi::BoatValue(F("DaysSince1970"));
|
||||
GwApi::BoatValue *time=new GwApi::BoatValue(F("SecondsSinceMidnight"));
|
||||
GwApi::BoatValue *date=new GwApi::BoatValue(F("GpsDate"));
|
||||
GwApi::BoatValue *time=new GwApi::BoatValue(F("GpsTime"));
|
||||
GwApi::BoatValue *longitude=new GwApi::BoatValue(F("Longitude"));
|
||||
GwApi::BoatValue *latitude=new GwApi::BoatValue(F("Latitude"));
|
||||
GwApi::BoatValue *waterdepth=new GwApi::BoatValue(F("WaterDepth"));
|
||||
|
||||
Reference in New Issue
Block a user