dms/telemetry/resources/settings.ini

# Enable telemetry messages to be posted every 15s to the DMS
# NOTE: This also cause the DMS websocket to automatically start when the network is brought up
dms.telemetry.interval 15
# Add all the device data fields
dms.telemetry.data_mask 0x3FF
# Clear all the device adc/gpio telemetry fields:
dms.telemetry.adc_mask 0
dms.telemetry.gpio_mask 0
# Enable the WLAN auto join feature
wlan.auto_join.enabled 1
# Attempt to join up to 7 times
wlan.auto_join.retries 7
# Wait 3s between each attempt
wlan.auto_join.retry_delay 3