From 592dcd5a753036759d3de29c4cfa1aacc7cda5a4 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Tue, 30 Jul 2024 11:04:32 -0400 Subject: [PATCH] Update main.c changed band to low --- main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.c b/main.c index 9b55bd0c..1320ee83 100644 --- a/main.c +++ b/main.c @@ -493,7 +493,7 @@ int main(int argc, char * argv[]) { if (transmit == FALSE) { - fprintf(stderr, "\nNo CubeSatSim Band Pass Filter detected. No transmissions after the CW ID.\n"); + fprintf(stderr, "\nNo CubeSatSim Low Pass Filter detected. No transmissions after the CW ID.\n"); fprintf(stderr, " See http://cubesatsim.org/wiki for info about building a CubeSatSim\n\n"); }