diff --git a/pixo/creds.example.py b/pixo/creds.example.py new file mode 100644 index 0000000..6219f2e --- /dev/null +++ b/pixo/creds.example.py @@ -0,0 +1,8 @@ +WIFI_NETWORKS = [ + ('SSID', 'PASSWORD'), + ('SSID2', 'PASSWORD2'), + # ... +] + +AP_SSID = 'PixoBoard' +AP_PASSWORD = '' \ No newline at end of file