You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @Seikonolff This is interesting as I have no experience of the atmelsam platform but it is the espressif32 platform which pulls in the mbedtls library version which this library is built on top of. Instead of using the droscy/esp_mbedtls_esp8266@^2.22300.2 library, perhaps try this one instead:
I don't know if this will work for your platform but it is the correct version for the current state of the SSLClient. I can look at this further if can share your code. Cheers.
It's maybe cause of the 'atmelsan' platform. Even with the lib from the repo I got these errors :
.pio\libdeps\nano_33_iot\SSLClient\src\ssl__client.h:12:10: fatal error: mbedtls/platform.h: No such file or directory
#include <mbedtls/platform.h>
^~~~~~~~~~~~~~~~~~~~
compilation terminated.
.pio\libdeps\nano_33_iot\SSLClient\src\certBundle.c:16:10: fatal error: esp_system.h: No such file or directory
Hi guys,
Description :
I am trying to use the lib on an arduino nano 33 IoT on platformIO.
I have the following depencies :
[env:nano_33_iot]
platform = atmelsam
board = nano_33_iot
framework = arduino
lib_deps =
digitaldragon/SSLClient@^1.2.0
droscy/esp_mbedtls_esp8266@^2.22300.2
Expected Behavior
With the esp_mbedtls_esp8266 dep, project should be able to be compiled.
Actual Behavior
When I try to compile the project I get stuck with the following error :
.pio\libdeps\nano_33_iot\SSLClient\src\certBundle.c:16:10: fatal error: esp_system.h: No such file or directory
Environment
Arduino nano 33 IoT : https://github.com/ostaquet/Arduino-Nano-33-IoT-Ultimate-Guide
IDE
Visual Studio Code with Platform IO add-on.
Do you have any idea of how I could fix this ?
Thanks a lot for your help,
Mathis
The text was updated successfully, but these errors were encountered: