moving WOD fields

pull/76/head
alanbjohnston 5 years ago committed by GitHub
parent 031e66ad83
commit d0fe751d10
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1476,9 +1476,9 @@ void get_tlm_fox() {
printf("TX Antenna Deployed!\n");
}
if (mode == BPSK) {
encodeB(b, 60 + head_offset, 0xff);
encodeB(b, 66 + head_offset, 0xff);
if (mode == BPSK) { // WOD fields
encodeB(b, 70 + head_offset, 0xff); ..
encodeB(b, 76 + head_offset, 0xff);
}
short int data10[headerLen + rsFrames * (rsFrameLen + parityLen)];
short int data8[headerLen + rsFrames * (rsFrameLen + parityLen)];

Loading…
Cancel
Save

Powered by TurnKey Linux.