pull/72/head
alanbjohnston 5 years ago committed by GitHub
parent 3a0cc30e07
commit 50bd27f92a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1370,7 +1370,7 @@ if (payload == ON)
// encodeA(b, 51 + head_offset, STEMBoardFailure + NormalModeFailure * 2 + (i2c_bus0 == OFF) * 16 + (i2c_bus1 == OFF) * 32 + (i2c_bus3 == OFF) * 64 + (0) * 128 + 1 * 256 + 1 * 512 + 1 * 1024 + 1*2048);
encodeB(b, 52 + head_offset, rxAntennaDeployed + txAntennaDeployed * 2);
if (txAndennaDeployed == 0)
if (txAntennaDeployed == 0)
txAntennaDeployed = 1;
short int data10[headerLen + rsFrames * (rsFrameLen + parityLen)];

Loading…
Cancel
Save

Powered by TurnKey Linux.