Search found 1 match

by lappiesja
Fri Sep 01, 2023 9:27 pm
Forum: ESP-IDF
Topic: Set the minimum IDF_VER required by my project
Replies: 0
Views: 1829

Set the minimum IDF_VER required by my project

I want to make sure all users building my ESP-IDF project in eclipse are forced to install a minimum version of the ESP-IDF. I have done a fairly extensive search but was unable to find a solution to implement that. I guess I could to it in code, but I was hoping to implement that in the preprocesso...