diff options
author | Blaise Thompson <blaise@untzag.com> | 2021-03-09 11:23:15 -0600 |
---|---|---|
committer | Blaise Thompson <blaise@untzag.com> | 2021-03-09 11:23:15 -0600 |
commit | 3181af7dafebdd233306e81625d65f99ef24501c (patch) | |
tree | 19915c53fc7c604b16b00ab7c09739af10ac134f /firmware/settings.py.example | |
parent | cdad1085690f269a96803e7f49413a89686d6cb6 (diff) |
firmware version 1
Diffstat (limited to 'firmware/settings.py.example')
-rw-r--r-- | firmware/settings.py.example | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/firmware/settings.py.example b/firmware/settings.py.example index b603a0a..092e2ea 100644 --- a/firmware/settings.py.example +++ b/firmware/settings.py.example @@ -5,6 +5,4 @@ MQTT_BROKER = "mqtt.chem.wisc.edu" MQTT_USERNAME = "username" MQTT_PASSWORD = "password" -WDT_DELAY = 1_000_000 - DEVICE_ID = "id" |