secrets.py file added

change name and password to match your network in secrets.py
This commit is contained in:
Brian Corteil 2022-10-26 00:31:12 +01:00 committed by GitHub
parent b035a1f007
commit c41b2b2109
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -0,0 +1,2 @@
WIFI_SSID = "Name"
WIFI_PASS = "Password"