-
Notifications
You must be signed in to change notification settings - Fork 53
Description
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