From 14a5e665dd3c6b78f20c06d6a9919949602ceada Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Tue, 8 Feb 2022 16:21:02 -0500 Subject: [PATCH] updated version to v1.1 --- telem.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/telem.c b/telem.c index a2d0182f..eff6ba50 100644 --- a/telem.c +++ b/telem.c @@ -51,7 +51,7 @@ int main(int argc, char *argv[]) { if (digitalRead(26) != HIGH) { // if (debug == ON) - printf("CubeSatSim v1.0 INA219 Voltage and Current Telemetry\n"); + printf("CubeSatSim v1.1 INA219 Voltage and Current Telemetry\n"); map[MINUS_X] = MINUS_Y; map[PLUS_Z] = MINUS_X; map[MINUS_Y] = PLUS_Z;