Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

My ESP-IDF v5.2.2 is not the same as the github v5.2.2 tagged version (IEP-1267) #998

Open
sfeutrier opened this issue Jun 20, 2024 · 2 comments
Assignees

Comments

@sfeutrier
Copy link

sfeutrier commented Jun 20, 2024

Describe the bug
I'm trying for hours to make the wifi provisioning sample to work, without any luck!
After investigation of the source code, I found out that everything related to "esp_wifi_start" (starting Wi-Fi in Station Mode) is commented out.
This is not the case here: https://github.com/espressif/esp-idf/blob/v5.2.2/components/wifi_provisioning/src/manager.c (line 1556) while in my folder "C:\Espressif\frameworks\esp-idf-v5.2.2\components\wifi_provisioning\src\manager.c", this is the line 1658... How ?
What is the correct way to solve my issue?

To Reproduce
Steps to reproduce the behavior:
I guess install Espressif IDE with esp-idf v5.2.2

Expected behavior
Folder files and tagged version files should be identical

Screenshots
What I have in my local version of esp-idf
image
What I should have when looking at the tag v5.2.2 in Github
image

@github-actions github-actions bot changed the title My ESP-IDF v5.2.2 is not the same as the github v5.2.2 tagged version My ESP-IDF v5.2.2 is not the same as the github v5.2.2 tagged version (IEP-1267) Jun 20, 2024
@kolipakakondal
Copy link
Collaborator

Hi @Alvin1Zhang Could you please point to the right person who can check this?

@sfeutrier
Copy link
Author

Hello,

There is a workaround for this: just go in in the tab "Espressif" and open the "ESP-IDF manager" just install the esp-df version 5.2.2 at another place and select it.
Note: there is an issue that Eclipse Plugging does not succeed to access to the default path to GIT on my side (in the WindowsApp folder), I have just selected another instance at the C root directory

However this is still a real problem as it makes you used a "bugged" version of the ESP-IDF without letting you know at all!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants