blob: b603a0aa9c1ea849e91459794a21e1e055ff8f3b (
plain)
1
2
3
4
5
6
7
8
9
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"
|