From f6369dd5e4e8f33f10312cf3be249ed81ac3898b Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Sun, 3 Jul 2022 12:34:53 -0400 Subject: [PATCH] remove frameCnt from get_tlm_ao7 --- cubesatsim/cubesatsim.ino | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/cubesatsim/cubesatsim.ino b/cubesatsim/cubesatsim.ino index b5b6faa5..ec8e1eff 100644 --- a/cubesatsim/cubesatsim.ino +++ b/cubesatsim/cubesatsim.ino @@ -188,7 +188,7 @@ void loop() { send_packet(); delay(2000); - test_radio(); +// test_radio(); digitalWrite(LED_BUILTIN, LOW); @@ -223,10 +223,10 @@ void send_packet() { void get_tlm_ao7() { - for (int l = 0; l < frameCnt; l++) { +// for (int l = 0; l < frameCnt; l++) { - fflush(stdout); - fflush(stderr); +// fflush(stdout); +// fflush(stderr); int tlm[7][5]; memset(tlm, 0, sizeof tlm); @@ -266,7 +266,7 @@ void get_tlm_ao7() { Serial.println("\n"); } /**/ - } +// } } void get_tlm_fox() {