First Commit
This commit is contained in:
8
Firmware/CONFIG/MQTT_CONFIG.py
Normal file
8
Firmware/CONFIG/MQTT_CONFIG.py
Normal file
@@ -0,0 +1,8 @@
|
||||
## 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 ;)
|
||||
Reference in New Issue
Block a user