From 76c44fe19c4eb4e242b52d326410304ca5514216 Mon Sep 17 00:00:00 2001 From: Richard Meadows Date: Sat, 13 Aug 2016 12:55:51 +0100 Subject: [PATCH] [pre-flight.md] changes to pre-flight instruction for callsign.h --- firmware/Pre-flight.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/firmware/Pre-flight.md b/firmware/Pre-flight.md index fdf7c86..465d3c8 100644 --- a/firmware/Pre-flight.md +++ b/firmware/Pre-flight.md @@ -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.