ardupilot/libraries/AP_NMEA_Output
Andrew Tridgell 85537c2e97 AP_NMEA_Output: fixed NMEA output altitude
the key fix is to multiply hdop by 0.01. It was being passed as a
uint16_t which led to it being swallowed by the %f in the format
string
2024-01-02 20:59:50 +11:00
..
examples/NMEA_Output AP_NMEA_Output: align param info structures to save flash 2023-01-11 18:41:34 +11:00
AP_NMEA_Output.cpp AP_NMEA_Output: fixed NMEA output altitude 2024-01-02 20:59:50 +11:00
AP_NMEA_Output.h AP_NMEA_Output: add params and optimized 2023-02-07 21:12:07 +11:00
AP_NMEA_Output_config.h AP_NMEA_Output: remove from 1MB boards 2023-08-15 08:45:30 +10:00