Skip to content

wifi Config enhancement #212

Open
Open
@sekarpdkt

Description

@sekarpdkt

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:

  1. Flash without any info.
  2. Access Point is enabled
  3. Connect to AP
  4. Config Wifi info (by accessing /wifi (or click on new ICON added in main index page to access /wifi).
  5. Save the config.
  6. Reboot.
  7. Cam will connect to new SSID. If IP address is given for that SSID, static IP is configured else DHCP IP is fetched.

If you feel it is aligned to your plan, will send a PR.

Screenshot 2022-01-16 at 12-37-59 ESP32-CAM Custom Config View

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions