editing variable with proper key

This commit is contained in:
Aaron 2024-03-29 17:11:12 -04:00
parent f430cc6801
commit bec0dbc74e

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)