-
-
Notifications
You must be signed in to change notification settings - Fork 40
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
Added a custom integrated implementation of WifiManager. #490
Conversation
doudar
commented
Nov 6, 2023
- Updated builtin.h html color scheme.
- When pages are served, BLE server will slow it's roll.
- Added a custom integrated implementation of WifiManager.
- Removed several BLE scan hard stops in favor of a single loop which waits for the scan to gracefully end.
- Fixed bug where WiFi.getMode() wasn't returning the correct mode and caused slow/no wifi connections in AP mode.
- Repurposed LogComData. Will now not transmit any logging info to WiFi when it's turned off.
- Reworked web pages to start to implement more built in functions.
- Removed style.css (Internal to the program now).
- Updated builtin.h html color scheme. - When pages are served, BLE server will slow it's roll. - Added a custom integrated implementation of WifiManager. - Removed several BLE scan hard stops in favor of a single loop which waits for the scan to gracefully end. - Fixed bug where WiFi.getMode() wasn't returning the correct mode and caused slow/no wifi connections in AP mode. - Repurposed LogComData. Will now not transmit any logging info to WiFi when it's turned off. - Reworked web pages to start to implement more built in functions. - Removed style.css (Internal to the program now).
reformatted wifi list - this should be refactored because I did a lazy solution, creating a table for every line. Added line break for show password fixed text alignment of ssid/password form
this commit should probably come with some refactoring. I jammed in an individual table per line because I couldn't figure out how to incorporate table rows and cells into HTTP_Server_Basic.cpp. Also needs testing on multiple OSes, browsers and devices because I didn't apply any styling to the tables beyond an inline align=center |
Fixes #412 |
This is probably going to be depreciated because of Config app. @eMadman , your thoughts? |
Agreed. The wifi manager and hotspot are fantastic but they cause
difficulty for some users. Also bypasses risks associated with users
leaving the device in hotspot mode
…On Fri, Feb 16, 2024, 10:33 a.m. Anthony Doud ***@***.***> wrote:
This is probably going to be depreciated because of Config app. @eMadman
<https://github.com/eMadman> , your thoughts?
—
Reply to this email directly, view it on GitHub
<#490 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AF4U2PHNJBKDBMXZQOPPMVTYT533ZAVCNFSM6AAAAAA7AJ4AG6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSNBYGYZTGMJYGM>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|