From 5cbdae9191ffacd70c792e04a7ae76c03025ccd2 Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Tue, 8 Feb 2022 16:51:51 -0500 Subject: [PATCH] added v1.1 print to log --- rpitx.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/rpitx.py b/rpitx.py index 80ef89e8..08f929a1 100644 --- a/rpitx.py +++ b/rpitx.py @@ -9,6 +9,8 @@ from time import sleep import sys from os import system +print("CubeSatSim v1.1 rpitx.py starting...") + GPIO.setmode(GPIO.BCM) GPIO.setwarnings(False) GPIO.setup(13, GPIO.IN, pull_up_down=GPIO.PUD_UP)