-
Notifications
You must be signed in to change notification settings - Fork 170
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
default wifi remote library (EPPP or HOSTED) #508
Comments
Hello @chegewara , Let me give logic reasoning for the change in I know some of these might sound cryptic, but bear with me on this.
The recent changes complicated the things and I can just think of easy solution such that: esp-hosted could be enabled from
we can soften it like:
The problem is we don't have full control over other solution and need some way to get ahead , unless this is easier for users to decide. Let me know your views on this (if you understood what I meant). It's completely unspendable if you did not understand this. |
Oh no, dont take me wrong. I dont see the problem here and i am not using extconn component at all, in any of my projects, since the last update in that component is 7 months ago, and wifi-remote works fine. If ext-conn and eppp are the same components, then its dependency is comming from here
otherwise i dont understand why you mentioned ext-conn. Yes, since now i know that dependency in menuconfig is changed, i am using sdkconfig.defaults to enable it, but like i said, in 0.0.19 it was not necessary, so my confusion. Thats all. I just thought i will mention the confusion here, and maybe we can make esp_hosted default, if you think its good idea. Thanks for support, again |
Actually, dependencies should not matter as long as you have marked 'any' esp_wifi_remote to specific version or hash. The idf_component.yml should have, ideally like this:
The versions could also be put as '*' for example,
This would always fetch the latest of both components. I will try to push
And notify you once tested fine. Note
I really appreciate and thank you for making us notice the issues you faced. |
Currently i have this in my yaml, but i will update (thanks for suggestion)
And this is something ive been looking for, so thanks for posting this
|
Checklist
Issue or Suggestion Description
Hi,
its not an issue, more like question.
Is there any reason why since
v0.0.20
this flag is not defaultCONFIG_ESP_WIFI_REMOTE_LIBRARY_HOSTED
?By default
CONFIG_ESP_WIFI_REMOTE_LIBRARY_EPPP
is enabled and it makes confusion, because after upgrading from0.0.19
i thought that library is broken. WithEPPP
this flag cant be enabledCONFIG_ESP_ENABLE_BT
.Thanks
The text was updated successfully, but these errors were encountered: