Fix for headline date and time
This commit is contained in:
parent
1c7826e805
commit
3bc1068c14
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue