From 4654fc583c82f3937ed7fad8eaf4e1ec9e61d68d Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Sun, 30 May 2021 21:03:10 -0400 Subject: [PATCH] turned on max and min frames for a test similar to dev-faster --- afsk/main.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/afsk/main.c b/afsk/main.c index 56358cda..a978435f 100644 --- a/afsk/main.c +++ b/afsk/main.c @@ -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];