no MAX MIN for BPSK, added WOD field test

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

@ -1294,6 +1294,7 @@ void get_tlm_fox() {
printf("Other min %f max %f \n", other_min[count1], other_max[count1]);
}
if (mode == FSK) {
if (loop % 8 == 0) {
printf("Sending MIN frame \n");
frm_type = 0x03;
@ -1322,7 +1323,7 @@ void get_tlm_fox() {
sensor[count1] = sensor_max[count1];
}
}
}
memset(rs_frame, 0, sizeof(rs_frame));
memset(parities, 0, sizeof(parities));
@ -1474,6 +1475,11 @@ void get_tlm_fox() {
txAntennaDeployed = 1;
printf("TX Antenna Deployed!\n");
}
if (mode == BPSK) {
encodeB(b, 60 + head_offset, 0xff);
encodeB(b, 66 + head_offset, 0xff);
}
short int data10[headerLen + rsFrames * (rsFrameLen + parityLen)];
short int data8[headerLen + rsFrames * (rsFrameLen + parityLen)];

Loading…
Cancel
Save

Powered by TurnKey Linux.