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

enable the Wi-Fi STA disconnected power save #165

Open
wants to merge 1 commit into
base: release/v4.4
Choose a base branch
from

Conversation

zhangyanjiaoesp
Copy link

No description provided.

@zhangyanjiaoesp
Copy link
Author

@P-R-O-C-H-Y PTAL, this can solve the issue espressif/esp-idf#10341

@P-R-O-C-H-Y
Copy link
Member

P-R-O-C-H-Y commented Mar 27, 2024

@P-R-O-C-H-Y PTAL, this can solve the issue espressif/esp-idf#10341

@zhangyanjiaoesp Can you please test it to be sure it helps and doesnt break anything?

Edit: You don't need to build manually, just use the libs built (artifacts) from the CI run:
https://github.com/espressif/esp32-arduino-lib-builder/actions/runs/8451104958

You can build the libs manually with your change and then use them instead of the ones used for last 2.0.14.
You can check the DOCS for help with building.

@zhangyanjiaoesp
Copy link
Author

@P-R-O-C-H-Y how to replace the old one?
I have download the CI build artifacts, and use the following libs to replace the old one:
image
how about the build folder?
image

@P-R-O-C-H-Y
Copy link
Member

P-R-O-C-H-Y commented Mar 28, 2024

@zhangyanjiaoesp You don't need the build folder, that one is used only in CI for building the sdk.
Just copy the arduino-esp32-libs<.....>/tools/sdk/esp32c3 folder from artifacts and replace the one you have in the arduino-esp32/tools/sdk/esp32c3/. It's just simple like that. You can do that for all SoCs if you download the artifacts for them.

@zhangyanjiaoesp
Copy link
Author

@P-R-O-C-H-Y The idf version of the https://github.com/espressif/esp32-arduino-lib-builder/tree/release/v4.4 is 1e1030e5ef4f1c932ac23b36d1e98cf87f8a7526, but the idf version of the Arduino 2.0.14 is v4.4.6 (commit id 357290093430e41e7e3338227a61ef5162f2deed), can we replace the libs directly? After I replaced the libs, the wifi connection failed, but this menuconfig option has nothing to do with the wifi conenction.

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

Successfully merging this pull request may close these issues.

2 participants