mirror of
https://github.com/thooge/esp32-nmea2000-obp60.git
synced 2025-12-16 07:23:07 +01:00
Fix for headline date and time
This commit is contained in:
@@ -415,8 +415,8 @@ void OBP60Task(GwApi *api){
|
|||||||
|
|
||||||
// Boat values for main loop
|
// Boat values for main loop
|
||||||
GwApi::BoatValue *hdop = boatValues.findValueOrCreate("HDOP"); // Load HDOP
|
GwApi::BoatValue *hdop = boatValues.findValueOrCreate("HDOP"); // Load HDOP
|
||||||
GwApi::BoatValue *date = boatValues.findValueOrCreate("GpsDate"); // Load GpsDate
|
GwApi::BoatValue *date = boatValues.findValueOrCreate("GPSD"); // Load GpsDate
|
||||||
GwApi::BoatValue *time = boatValues.findValueOrCreate("GpsTime"); // Load GpsTime
|
GwApi::BoatValue *time = boatValues.findValueOrCreate("GPST"); // Load GpsTime
|
||||||
|
|
||||||
// Internal sensor values
|
// Internal sensor values
|
||||||
double batteryVoltage = 0;
|
double batteryVoltage = 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user