editing variable with proper key

This commit is contained in:
Aaron 2024-03-29 17:11:12 -04:00
parent 4ecf457c0a
commit fe5d724afa

View File

@ -6,7 +6,7 @@ from secrets import secrets
# Load login data from different file for security!
# ssid = secrets['ssid']
# pw = secrets['pw']
# pw = secrets['password']
# Initialize pins
contactorLights = Pin(18, Pin.OUT)