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

[wifi_manager] act as a captive portal when in AP mode #6

Merged
merged 4 commits into from
Feb 9, 2024

Conversation

chl33
Copy link
Owner

@chl33 chl33 commented Feb 9, 2024

  • Upgrade to a maintained version of ESPAsyncWebServer: https://github.com/mathieucarbou/ESPAsyncWebServer
    • Check request->method() == HTTP_POST no longer works
  • Add web-buttons for restarting the example apps
  • WiFi.persistent(false); apparently saves the flash by not writing Wifi ESSID/password on each reboot

chl33 added 4 commits February 9, 2024 12:36
- Upgrade to a maintained version of ESPAsyncWebServer:
    https://github.com/mathieucarbou/ESPAsyncWebServer
    - Check 'request->method() == HTTP_POST' no longer works
- Add web-buttons for restarting the example apps
- WiFi.persistent(false); apparently saves the flash by not writing
   wifi ESSID/password on each reboot
@chl33 chl33 merged commit 7be9fc1 into main Feb 9, 2024
8 checks passed
@chl33 chl33 deleted the cl3/captive-portal branch February 9, 2024 18:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant