MathewHDYT
MathewHDYT
The problem is the `std::string` workaround is a dirty fix to copy the strings you pass in the constructor so the user can not mangle them up anymore. But the...
@imbeacon Could you update the Espressif IDF Registry accordingly.
Ah perfect thanks a lot. I'll check if I can integrate it in `v0.13.0`.
Once the PR has been merged and that needs some more time, because the examples on the ThingsBoard website have to be adjusted first. I'd guess around a week, but...
Hard to say what exactly could be the problem, would it be possible to set `THINGSBOARD_ENABLE_DEBUG` to 1 with `#define THINGSBOARD_ENABLE_DEBUG 1` before including `` in you rmain file. And...
The invalid checksum is a follow up issue because we do not receive the correct binary data, that of course makes sense because we do not receive any binary data...
Okay that is already a bad sign, because it hints to a more underlying issue with the MQTT client. Can you print the length in the `onMQTTMessage` callback as well....
Would it be possible to enable verbose logging for the framework.
The `.txt` only contains the log messages of the build process, which isn't relevant. Instead it would be nice if you could attach the verbose logs, for the ongoing OTA...
Can you adjust the `Process_Firmware_Packet` method in the `OTA_Handler.h` file like this. It will wait the timeout configured in the `OTA_Update_Callback` configuration (5 seconds per default) and then rerequest that...