Files
CTC_Badge/Firmware/CONFIG/MQTT_CONFIG.py
2024-07-13 13:05:41 -05:00

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 ;)