8 lines
344 B
Python
8 lines
344 B
Python
## This area of the configuration will come pre-set on your device.
|
|
## DO NOT CHANGE THIS UNLESS INSTRUCTED TO DO SO BY AMELIA WIETTING OR TODD VOLZ
|
|
|
|
MQTT_USERNAME=b"USERNAME" # These need to be in BYTES
|
|
MQTT_PASSWORD=b"PASSWORD" # These need to be in BYTES
|
|
MQTT_SERVER=b"aask.services"
|
|
MQTT_CLIENT_ID="test_2"
|
|
# This was from an OTA update ;) |