mirror of
https://github.com/c0de-archive/pixoPython.git
synced 2025-08-08 07:58:44 +00:00
add example
This commit is contained in:
8
pixo/creds.example.py
Normal file
8
pixo/creds.example.py
Normal file
@@ -0,0 +1,8 @@
|
||||
WIFI_NETWORKS = [
|
||||
('SSID', 'PASSWORD'),
|
||||
('SSID2', 'PASSWORD2'),
|
||||
# ...
|
||||
]
|
||||
|
||||
AP_SSID = 'PixoBoard'
|
||||
AP_PASSWORD = ''
|
Reference in New Issue
Block a user