hugobloem / esp-ha-speech

Local speech recognition on an ESP32 for Home Assistant
141 stars 10 forks source link

feat: separate MQTT connection information in secrets.h #8

Closed christian-nils closed 1 year ago

christian-nils commented 1 year ago

I had some issues when putting my credentials in the MQTT_URL variable. I separated the connection information to simplify the connection with the MQTT server. Feel free to disregard this.