From 4d1f0c5422fd054f872f4acbac1fc4af2a5e2c16 Mon Sep 17 00:00:00 2001 From: Jayatilaka Date: Sun, 16 Nov 2025 16:18:13 +0100 Subject: [PATCH] removed obsolete code --- control_relay.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/control_relay.py b/control_relay.py index 9081485..420183c 100644 --- a/control_relay.py +++ b/control_relay.py @@ -32,6 +32,3 @@ elif command == "off": print("Relay is OFF") else: print("Invalid command. Use 'on' or 'off'.") - -# Clean up GPIO settings -#GPIO.cleanup()