timherreijgers / Domotics-base

Project containing base code for domotics projects
MIT License
0 stars 0 forks source link

MqttMessageParser::parse takes in a char* #50

Closed timherreijgers closed 1 year ago

timherreijgers commented 1 year ago

The MqttMessageParser::parse takes in a char instead of a const char . If it takes in a const char * it's easier to hook up with the rest of the MQTT framework