always send MAX Min frame BPSK

pull/114/head
alanbjohnston 5 years ago committed by GitHub
parent 71b914cdb2
commit 1f7e208776
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1358,6 +1358,8 @@ 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;
@ -1387,6 +1389,9 @@ void get_tlm_fox() {
}
}
}
else
frm_type = 0x02; // BPSK always send MAX MIN frame
}
// if (mode == FSK) { // remove this
// }
@ -1589,7 +1594,6 @@ void get_tlm_fox() {
rs_frame[j][i] = b[ctr3 % dataLen];
update_rs(parities[j], b[ctr3 % dataLen]);
}
frm_type = 0x02;
{
}

Loading…
Cancel
Save

Powered by TurnKey Linux.