Fix for headline date and time

This commit is contained in:
norbert-walter 2022-03-02 21:02:53 +01:00
parent 1c7826e805
commit 3bc1068c14
1 changed files with 2 additions and 2 deletions

View File

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