-
Notifications
You must be signed in to change notification settings - Fork 24
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
NETWORK_CONTROLLER switched by user #55
Comments
Hi @Sampozzo
This is correct, you have to specify network controller at compile time. This can't be changed without major refactoring. |
Hi, thank you for your reply! i'm using platform.io and i did those steps:
now i can switch from wifi to ethernet without reflash. Thank you very much! |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Hello, thank you very much for this library, i'm using it in my project and it works very well.
I'm building an ESP32 device with an angular client that talks with the controller on websocket and it works well over ethernet, over wifi and over softAP.
My device at boot load the configuration from SPIFFS and start.
What i'm trying to do now is to add the ability for the user to choose the connection type (Eth/softAP/Wifi), save it in config and reboot with the new configuration.
But i think it is not possible because NETWORK_CONTROLLER must be defined in the config.h and can't be changed later.
Any idea how i can do?
Thank you very much and sorry for my english.
The text was updated successfully, but these errors were encountered: