Al
Al
Thanks @paulbartell. Mind if I double check. 1. I'd remove the call to otaPal_SetCodeSigningCertificate. 2. Inside ota_pal.c, looks like otaPal_ReadAndAssumeCertificate is never called, so can ignore it. Seems odd. 3....
Yip, that seems to work. Had to comment out much of otaPal_CloseFile in the end. But works fine.
Appreciate that this is not encouraged, so no need to do anything...
Hi All. I was looking at the very same issue. I found that by rebiulding my project and specifiying cordova in the ionic start command: `$ ionic start myApp blank...
Hey @ksw25, This error means that the file "ca.pem" is missing from the location expected. I'd double check what's going on with your paths etc, and even do fs.readdir to...
Hi @rmittl I experienced the same thing. I think it's because it spawns a new task to execute the command. Try adding a short 250 ms delay after your command...
Thought I should check back in. I compared your excellent library with and the pubsubClient API docs. Odelot's lib is extremely helpful as it has a side by side example,...
On further inspection of this, I can see where cbor is being included in the CMakeLists.txt in ota-for-aws-iot-embedded-sdk. When I added the submodule, I obviously ran : `$ git submodule...
Sorry, last post on this. I found another issue which covered the mbedtls issue [link](https://github.com/espressif/esp-aws-iot/issues/168#issuecomment-1897873019). So, with that, we can close these, but I do have several suggestions to save...
I encountered the same issue working with - ESP-IDF V5.1.2 - esp-aws-iot master branch Observations ------------------- 1. You absolutely do have to explicitly set ``` list(APPEND EXTRA_COMPONENT_DIRS ${CMAKE_CURRENT_LIST_DIR}/components/esp-aws-iot/libraries ) ```...