Update main.c print ant status

beta-ft
Alan Johnston 1 year ago committed by GitHub
parent 69b9dada44
commit c0922c0332
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -1596,6 +1596,7 @@ void get_tlm_fox() {
encodeA(b, 51 + head_offset, status); encodeA(b, 51 + head_offset, status);
encodeB(b, 52 + head_offset, rxAntennaDeployed + txAntennaDeployed * 2 + c2cStatus * 4); encodeB(b, 52 + head_offset, rxAntennaDeployed + txAntennaDeployed * 2 + c2cStatus * 4);
printf("Ant status %d \n", rxAntennaDeployed + txAntennaDeployed * 2 + c2cStatus * 4);
if (txAntennaDeployed == 0) { if (txAntennaDeployed == 0) {
txAntennaDeployed = 1; txAntennaDeployed = 1;

Loading…
Cancel
Save

Powered by TurnKey Linux.