-
Notifications
You must be signed in to change notification settings - Fork 7.7k
-
Hello!
If I update from version 2.0.17 to version 3.0.1, the error...
fatal error: mbedtls/net.h: No such file or directory 36 | #include "mbedtls/net.h"
...appears when compiling!
What can I do now?
Thank you for your help!
Beta Was this translation helpful? Give feedback.
All reactions
Replies: 3 comments 5 replies
-
You are not giving much to go by. but it looks like you are trying to include a file that is no longer present.
Beta Was this translation helpful? Give feedback.
All reactions
-
Thank you for the quick reply! 👍
Yes, that's correct.
But why isn't it the same in version 2.0.17?
Beta Was this translation helpful? Give feedback.
All reactions
-
mbedtls version has been updated in ESP-IDF and changes came from there
Beta Was this translation helpful? Give feedback.
All reactions
-
That's fine,
but what can I do?
I have installed the library from: https://github.com/Seeed-Studio/Seeed_Arduino_mbedtls.
That didn't help!
Beta Was this translation helpful? Give feedback.
All reactions
-
Arduino already comes with MbedTLS from ESP-IDF. You need to find the correct header that exposes the functionality you would be missing.
Beta Was this translation helpful? Give feedback.
All reactions
-
Thank you for your help!
I'm just working with version 2.0.17!
Beta Was this translation helpful? Give feedback.
All reactions
-
I didn't get any help, but it was worth a try!
Beta Was this translation helpful? Give feedback.
All reactions
-
Also started getting this error when upgrading from 2.X to 3.X, was this a breaking change?
Beta Was this translation helpful? Give feedback.