Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
jinglemansweep committed Jun 4, 2024
1 parent 4cfc78e commit 1b60c3e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
venv*
micropython/config.py
micropython/lib
__pycache__
settings.*.toml
.env
Expand Down
7 changes: 7 additions & 0 deletions micropython/config.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
SSID = ""
PSK = ""
COUNTRY = "GB"

ENDPOINT_URL = "http://<server>:5665"
DISPLAY_ID = 0
SLEEP_MINS = 300

0 comments on commit 1b60c3e

Please sign in to comment.