Pieter Conradie
Pieter Conradie
@RKOUSTM Thanks for attending to the pull request so quickly :) I am probably missing something but I can not see from the solution above how VECT_TAB_OFFSET can be overridden(?)....
The patch did not work for me. I am a Python novice, but found this solution that worked for me: Change line 176 "for line in r.split('\n'):" to "for line...
Hi @schnedann I have the same problem, for example when wrong MQTT password is used then mqtt_connect() will return MQTT_OK but only a while later will the MQTT_ERROR_CONNECTION_REFUSED be returned....
Here's my quick fix. I added a bool flag in struct mqtt_client: ```.c struct mqtt_client { ... /** @brief Flag is set on connection event */ bool event_connect; }; ```...
Hi @acassis You are most welcome. Go ahead. Best regards, Pieter