Search found 1 match
- Fri Dec 22, 2023 4:42 am
- Forum: General Discussion
- Topic: Arduino ESP-IDF version error
- Replies: 4
- Views: 9346
Re: Arduino ESP-IDF version error
The error message you encountered indicates that the Arduino component you added to your ESP-IDF project has a dependency on a newer version of the ESP-IDF (IDF 5.1 or higher) than the version you are currently using (ESP-IDF v4.4). This dependency conflict is causing the version solving to fail.