Skip to content
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

New wifi config options with persistence #27

Closed
MightyPork opened this issue Jul 8, 2017 · 1 comment
Closed

New wifi config options with persistence #27

MightyPork opened this issue Jul 8, 2017 · 1 comment

Comments

@MightyPork
Copy link
Member

Implemented, but not exposed outside atm:

  • transmit power
  • static IP, mask, gw
  • own IP, mask, gw in AP mode
  • own hidden AP
  • own AP password (WPA2 PSK)
  • hostname (does not seem to have any effect, maybe not that useful)

TODO:

This all must be stored to flash via persistence and loaded on startup.
some things like rf power and static IP are not stored by ESP, so for simplicity we wont store anything natively.

This also allows to have the entire config in one place for the "factory reset" functionality and loading defaults.

@MightyPork MightyPork added this to In Progress in Settings Overhaul Jul 8, 2017
@MightyPork
Copy link
Member Author

all done except the font-end

@MightyPork MightyPork moved this from In Progress to Completed in Settings Overhaul Jul 23, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Development

No branches or pull requests

1 participant