[Refactor] Callsign on the master branch is "UBSEDSx", launch branches should override this

rocketry
Richard Eoin Meadows 2014-10-24 19:38:02 +01:00
rodzic 2625019db5
commit 4312cc13c5
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -118,7 +118,7 @@ void set_telemetry_string(void)
/* sprintf */
uint16_t len = sprintf(telemetry_string,
"$$UBSEDS2,%02u:%02u:%02u,%02.6f,%03.6f,%ld,%u,%.2f",
"$$UBSEDSx,%02u:%02u:%02u,%02.6f,%03.6f,%ld,%u,%.2f",
hours, minutes, seconds, lat_fmt, lon_fmt, altitude,
satillite_count, battery);