turned on max and min frames for a test similar to dev-faster

pull/126/head
alanbjohnston 5 years ago committed by GitHub
parent 8612116e5f
commit 4654fc583c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1330,7 +1330,8 @@ void get_tlm_fox() {
}
}
}
if (mode == FSK) { // just moved
// if (mode == FSK)
{ // just moved
for (int count1 = 0; count1 < 8; count1++) {
if (voltage[count1] < voltage_min[count1])
voltage_min[count1] = voltage[count1];

Loading…
Cancel
Save

Powered by TurnKey Linux.