mirror of
https://github.com/c0de-archive/pixoPython.git
synced 2024-12-21 21:12:39 +00:00
add example
This commit is contained in:
parent
b8e082da13
commit
48b361981c
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 = ''
|
Loading…
Reference in New Issue
Block a user