From 94841ac90c365f2775beae5eb36e9e1edd0456b7 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Mon, 27 Oct 2025 22:31:07 -0400 Subject: [PATCH] Update telem.c v1.2.1 --- telem.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/telem.c b/telem.c index ce4f14c3..c4bd6906 100644 --- a/telem.c +++ b/telem.c @@ -15,7 +15,7 @@ int main(int argc, char *argv[]) { } } - printf("CubeSatSim v2.2 INA219 Voltage and Current Telemetry\n"); + printf("CubeSatSim v1.2.1 INA219 Voltage and Current Telemetry\n"); map[MINUS_X] = MINUS_Y; map[PLUS_Z] = MINUS_X; map[MINUS_Y] = PLUS_Z;