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

Added a custom integrated implementation of WifiManager. #490

Open
wants to merge 8 commits into
base: develop
Choose a base branch
from

Conversation

doudar
Copy link
Owner

@doudar 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).

@doudar doudar requested a review from eMadman November 6, 2023 23:53
doudar and others added 5 commits November 6, 2023 17:59
- 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
@eMadman
Copy link
Collaborator

eMadman commented Nov 8, 2023

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

@doudar
Copy link
Owner Author

doudar commented Dec 18, 2023

Fixes #412

@doudar
Copy link
Owner Author

doudar commented Feb 16, 2024

This is probably going to be depreciated because of Config app. @eMadman , your thoughts?

@eMadman
Copy link
Collaborator

eMadman commented Feb 16, 2024 via email

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.

None yet

2 participants