aboutsummaryrefslogtreecommitdiff
path: root/firmware/settings.py.example
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/settings.py.example')
-rw-r--r--firmware/settings.py.example10
1 files changed, 10 insertions, 0 deletions
diff --git a/firmware/settings.py.example b/firmware/settings.py.example
new file mode 100644
index 0000000..b603a0a
--- /dev/null
+++ b/firmware/settings.py.example
@@ -0,0 +1,10 @@
+WIFI_SSID = "ssid"
+WIFI_PASSWORD = "password"
+
+MQTT_BROKER = "mqtt.chem.wisc.edu"
+MQTT_USERNAME = "username"
+MQTT_PASSWORD = "password"
+
+WDT_DELAY = 1_000_000
+
+DEVICE_ID = "id"