pull/78/head
alanbjohnston 5 years ago committed by GitHub
parent f4155d1f0f
commit d3ec5b3749
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1340,8 +1340,6 @@ void get_tlm_fox() {
// printf("Other min %f max %f \n", other_min[count1], other_max[count1]);
}
} // just moved again
if (mode == FSK) {
if (loop % 8 == 0) {
printf("Sending MIN frame \n");
frm_type = 0x03;
@ -1371,6 +1369,9 @@ void get_tlm_fox() {
}
}
}
// if (mode == FSK) { // remove this
// }
memset(rs_frame, 0, sizeof(rs_frame));
memset(parities, 0, sizeof(parities));
/*
@ -1424,9 +1425,6 @@ void get_tlm_fox() {
if (payload == ON)
STEMBoardFailure = 0;
// if (payload == ON)
// STEMBoardFailure = 0;
// read payload sensor if available
encodeA(b, 0 + head_offset, batt_a_v);

Loading…
Cancel
Save

Powered by TurnKey Linux.