Search found 1 match
- Mon Oct 28, 2019 10:49 am
- Forum: ESP-IDF
- Topic: ESP_PLATFORM flag not set
- Replies: 2
- Views: 3420
ESP_PLATFORM flag not set
Hi, I am trying to build my application for different targets which sometimes require different CMake commands. So I did the following: 1. Clone the esp-idf-template application from Github. 2. Create an empty component named test_component . 3. Change the CMakeLists.txt in test_component so it look...