floatplane / MitsuQTT

Use ESP8266/ESP32 hardware to control Mitsubishi heat pumps via MQTT
GNU Lesser General Public License v2.1
3 stars 2 forks source link

Fix const char * references going out of scope in change_states #7

Closed floatplane closed 7 months ago

floatplane commented 7 months ago

influenced by https://github.com/gysmo38/mitsubishi2MQTT/pull/253, but ultimately I don't want to sling around structs full of char * pointers with indeterminate lifetimes