Search found 1 match
- Wed Jun 19, 2024 9:56 am
- Forum: ESP-ADF
- Topic: How to migrate IDF project to ADF project (or: how to incorporate ADF into an IDF project)?
- Replies: 6
- Views: 27326
Re: How to migrate IDF project to ADF project (or: how to incorporate ADF into an IDF project)?
Hi @sb_espressif, It may be too late, but I just found out your post as I faced the exact same issue, and turns out that you only need to enable "configENABLE_BACKWARD_COMPATIBILITY" in sdkconfig to remove the error. I found this by comparing a working ADF example to my main project, previously usin...