removed obsolete code

This commit is contained in:
2025-11-16 16:18:13 +01:00
parent e45a764a21
commit 4d1f0c5422

View File

@@ -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()