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

Commits on Nov 6, 2023

  1. Added a custom integrated implementation of WifiManager.

    - 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 committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    41e50d4 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2023

  1. Configuration menu
    Copy the full SHA
    435e3c3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a8f1672 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4af19da View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2023

  1. html updates

    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 committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    3e84799 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2023

  1. Configuration menu
    Copy the full SHA
    258464d View commit details
    Browse the repository at this point in the history

Commits on Dec 26, 2023

  1. Configuration menu
    Copy the full SHA
    8811d1c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9f26289 View commit details
    Browse the repository at this point in the history