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.cpp AP_NMEA_Output: fixed NMEA output altitude 2024-01-02 20:59:50 +11:00
AP_NMEA_Output.h
AP_NMEA_Output_config.h AP_NMEA_Output: remove from 1MB boards 2023-08-15 08:45:30 +10:00