Skip to content

feat: make MQTT and SenseHAT optional

Ron Waldon-Howe requested to merge optional-sensehat-mqtt into main

Added

  • MQTT_HOST and MQTT_PORT environment variables for MQTT connection
  • no attempt to connect to MQTT when environment variables are missing
  • attempt to clear the SenseHAT LED matrix upon launch
  • no further attempt to connect to SenseHAT if unable to initialise during launch

Merge request reports