Search found 1 match
- Tue Nov 22, 2022 2:07 am
- Forum: ESP-IDF
- Topic: How to disable mbedtls on ESP-IDF
- Replies: 5
- Views: 3308
How to disable mbedtls on ESP-IDF
Hello, I have a project with esp32s2. I have a static library which is provided by a vendor. The static library contains modified mbedtls. When I link the static library on my IDF sample project, some mbedtls function is conflict with the mbedtls component. So my question is there is any way to disa...