diff --git a/.gitignore b/.gitignore index 00ff5e5..c7b1b8c 100755 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,5 @@ venv* -micropython/config.py +micropython/lib __pycache__ settings.*.toml .env diff --git a/micropython/config.py b/micropython/config.py new file mode 100644 index 0000000..834feeb --- /dev/null +++ b/micropython/config.py @@ -0,0 +1,7 @@ +SSID = "" +PSK = "" +COUNTRY = "GB" + +ENDPOINT_URL = "http://:5665" +DISPLAY_ID = 0 +SLEEP_MINS = 300