wayne-love / ESPySpa

MIT License
10 stars 7 forks source link

Config updates. #64

Closed lucasnz closed 5 days ago

lucasnz commented 5 days ago

Converting String to c_str was resulting in the pointer to the c_str becoming invalid.

This also appears to fix the bug and enable mqttClient to reconnect after change.

lucasnz commented 5 days ago

Resolves #56