pull/26/head
alanbjohnston 7 years ago committed by GitHub
parent 29b706f357
commit 4426ecf61e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -446,6 +446,9 @@ int get_tlm_fox(uint8_t *b) {
encodeB(tx_temp, 34, tx_temp);
}
tx_temp = (int)((45.3 * 10.0) + 0.5);
encodeB(tx_temp, 34, tx_temp);
for (count = 0; count < 64; count++) {
printf("%02X", b[count]);
}

Loading…
Cancel
Save

Powered by TurnKey Linux.