-
Notifications
You must be signed in to change notification settings - Fork 354
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
wifi Config enhancement #212
Comments
I would be quite interested in this feature... admittedly also for my own work. Do you have an AP/STA mode too? |
Wrt AP/STA, trying to integrate it with esp_mesh(). (with out camera related load). And did some more enhancements like storing the wifi info in AES256 encrypted format... Actual key will be auto generated and stored in NVS, when we boot the cam first time. This week end will try to merge these two enhancement with webcam and if it works (memory:-) ).. will update here thru a fork... |
@sekarpdkt : I am very interested in this; but not for the upcoming release; I do not want to be making any extensive changes at this point. |
I was wondering if I could download the add-on? |
I added an extension to allow user to configure various SSID list. If you are ok, will raise a PR. Basically, /wifi will bring the attached screenshot (page) and we can configure multiple SSIDs. Each SSID config is saved in a file. When SCAN happens, in addition to checking existing hardcoded list, it will also check for file availability. if file is found it is marked as available config. If best SSID is from file config, that file is used to connect to wifi. There are lots of changes in esp32-cam-webserver, app-httpd etc. Process:
If you feel it is aligned to your plan, will send a PR.
The text was updated successfully, but these errors were encountered: