Update main.c added link to FoxTelem info

pull/295/head
Alan Johnston 2 years ago committed by GitHub
parent 7084d8c5bd
commit 308ce06fa5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1299,8 +1299,10 @@ void get_tlm(void) {
return; 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; int i;
long int sync = syncWord; long int sync = syncWord;

Loading…
Cancel
Save

Powered by TurnKey Linux.