1
0
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:
Norbert Walter
2021-12-21 12:09:06 +01:00
parent 55862efe37
commit ff71fa855e
2 changed files with 2 additions and 2 deletions

View File

@@ -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"));