Skip to content

Save ssid and pwd of more nets to connect #1

Description

@bmorcelli

make a list of [ssid,pass] (set by the user) that will be used when trying to connect to a wifi network (like checks if the ssid in the list matches and if try to use the given password)

Roadmap:

  • create a file in LittleFS to store these information like "SSID,pwd\nSSID2,pwd\n"
  • after scan the networks, if some SSID is already known, try to connect for 5 tries
  • if doesn't work, ask the new password
  • save/replace the password in the file (replacing may be the hardest thing, imho)

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions