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

@ -434,7 +434,7 @@ int get_tlm_fox(uint8_t *b) {
printf("Temp Sensor Read: %6.1f\n", temp);
#endif
tx_temp = (int)((temp * 10.0) + 0.5);
TxTemp = (int)((temp * 10.0) + 0.5);
encodeB(b, 34 + head_offset, TxTemp);
}

Loading…
Cancel
Save

Powered by TurnKey Linux.