From 308ce06fa5d4a979817f2a45873f8e81d9024380 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Mon, 8 Jan 2024 13:00:37 -0500 Subject: [PATCH] Update main.c added link to FoxTelem info --- main.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/main.c b/main.c index dba9612c..c4f04a44 100644 --- a/main.c +++ b/main.c @@ -1299,8 +1299,10 @@ void get_tlm(void) { return; } -void get_tlm_fox() { +// generates telemetry which is decoded by AMSAT's FoxTelem: https://www.amsat.org/foxtelem-software-for-windows-mac-linux/ +// for more info about how we use FoxTelem see https://www.g0kla.com/foxtelem/amsat_telemetry_designers_handbook.pdf +void get_tlm_fox() { int i; long int sync = syncWord;