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

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

Loading…
Cancel
Save

Powered by TurnKey Linux.