From 625d740308393b051eaa3458c3fefd4ed5d7091d Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Mon, 13 Nov 2023 17:03:25 -0500 Subject: [PATCH] Update main.c print tx and rx --- main.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/main.c b/main.c index 206bbb37..2f3ce8a4 100644 --- a/main.c +++ b/main.c @@ -156,6 +156,9 @@ int main(int argc, char * argv[]) { fclose(config_file); printf("Config file /home/pi/CubeSatSim/sim.cfg contains %s %d %f %f %s %d %s %s\n", call, reset_count, lat_file, long_file, sim_yes, squelch, tx, rx); + + printf("==%s==%s==\n", tx, rx); + reset_count = (reset_count + 1) % 0xffff; if ((fabs(lat_file) > 0) && (fabs(lat_file) < 90.0) && (fabs(long_file) > 0) && (fabs(long_file) < 180.0)) {