[pre-flight.md] changes to pre-flight instruction for callsign.h

main-solar-only
Richard Meadows 2016-08-13 12:55:51 +01:00
rodzic 982051ad64
commit 76c44fe19c
1 zmienionych plików z 4 dodań i 5 usunięć

Wyświetl plik

@ -1,6 +1,9 @@
## Updating telemetry ##
- Set callsign in `src/main.c`
- In `callsigns.h`
- Set telemetry callsign `src/main.c`
- Set APRS callsign and symbol
- Make sure `APRS_FLIGHT_PARAMS` is defined
- Update ukhas format string. `format_telemetry_string` in `src/main.c`
- Update aprs telemetry.`encode_telemetry` in `src/aprs.c`. This same format is re-used in backlog.
@ -34,10 +37,6 @@
state before we stop kicking the watchdog. 0xFFFF seems like a
good conservative value, but you may want to be more agressive.
- In `aprs.h`
- Set callsign and symbol
- Make sure `APRS_FLIGHT_PARAMS` is defined
- In `gps_osp.c`
- Check reinit parameters for `gps_get_data_wrapped` are reasonable.