Code: Select all
const esp_app_desc_t *app_desc = esp_ota_get_app_description();
ESP_LOGI(TAG, "idf_ver = %s", app_desc->idf_ver);
opening the esp-idf folder in my git GUI (fork) I see that there are 100 changes. Most seem to be the .py and .sh files. But clicking on them does not show any changes...
I'm not a big git expert, but I know that I need commit to be unchanged from the v4.0 release version. Can anyone check this?