-
Notifications
You must be signed in to change notification settings - Fork 1
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
feat(config): Add support for disabling WiFi remote impl #3
feat(config): Add support for disabling WiFi remote impl #3
Conversation
@david-cermak LGTM.. |
I added this
Observations:
Reason is because
All conditions are not met, if wifi-remote is disabled. Actually, I think the iperf example on master would not build correctly for P4 because of this. |
This should have some workaround as we discussed. This is issue of sdkconfig itself.
We might want to add EXT_CONN specific symbol in this list. So that the build goes through for non-wifi-remote. Once confirmed, we can propose the change to concerned repo maintainer.. |
Workaround is also not working fine, it is only till the time we do not exit from sdkconfig. |
Yes, if I change that check to
Iperf compiles with ext-conn. |
ae78f91
to
9fe73eb
Compare
9fe73eb
to
3c5d58f
Compare
Updated per offline discussion with @SohKamYung-Espressif to disable WiFi-remote whenever |
fix(ci): remove unwanted deps
LGTM. Tested with building iperf for P4. By default, Running |
This change would make life extremely easy @david-cermak , thanks a lot. Dependent IDF MR would then come to conclusion then. |
Published as Thanks for your inputs and diligent testing! |
AddedESP_WIFI_REMOTE_DISABLE
to enable coexistence with esp-extconn within one projectESP_WIFI_REMOTE
mutually exclusive withESP_HOST_WIFI_ENABLED
CONFIG_ESP_HOST_WIFI_ENABLED=y