From bf99f10dd00b9d6e9ceefd6773a465b1a3265a78 Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Sun, 6 Feb 2022 15:26:08 -0500 Subject: [PATCH] replaced spaces with tab --- rpitx.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rpitx.py b/rpitx.py index e7ccaa9b..48f98ac9 100644 --- a/rpitx.py +++ b/rpitx.py @@ -78,7 +78,7 @@ if __name__ == "__main__": if (debug_mode == 1): print("Can't read callsign from sim.cfg file, defaulting to AMSAT") print(callsign) - GPIO.setmode(GPIO.BCM) # added to make Tx LED work on Pi 4 + GPIO.setmode(GPIO.BCM) # added to make Tx LED work on Pi 4 sleep(1) output(txLed, txLedOn)