Tobias Egger
Tobias Egger
@Smartich0ke `MQTTPacket` is called `paho-embed-mqtt3c`. No idea about the C++ client though.
Did anything change in the meantime? I tried the very example given by @shemogumbe and it fails with: ``` Error uploading: The server returned an unexpected status code and no...
@Mirciulica15 you are, indeed, correct: They were uploaded... Thank you!
Have you added the appropriate compile definitions? ```cmake target_compile_definitions(${TARGET_NAME} PRIVATE MQTTCLIENT_QOS1=1) ```