Page 1 of 1

Platformio for esp-idf where to find esp components

Posted: Tue Aug 10, 2021 10:12 am
by zazas321
Hello. I have installed platformio and use it to create esp-idf programs for esp32. I need to modify one of the esp-idf libraries to change from https OTA to http OTA. I need to do that so I do not need to provide certifiate.

According to this forum thread:
https://www.esp32.com/viewtopic.php?t=8964

I just need to comment few lines in esp_https_ota.c file.

The issue is I cannot find this file anywhere! Please can someone help me find this. Where can I find all esp-idf components and files on my computer?

Re: Platformio for esp-idf where to find esp components

Posted: Sat Aug 14, 2021 12:09 am
by mbratch
Check:

Code: Select all

C:\Users\(your_user_name)\.platformio\packages\framework-espidf