SmartSpin2k icon indicating copy to clipboard operation
SmartSpin2k copied to clipboard

Added a custom integrated implementation of WifiManager.

Open doudar opened this issue 2 years ago • 4 comments

  • 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 avatar Nov 06 '23 23:11 doudar

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

eMadman avatar Nov 08 '23 15:11 eMadman

Fixes #412

doudar avatar Dec 18 '23 03:12 doudar

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

doudar avatar Feb 16 '24 15:02 doudar

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 https://github.com/doudar/SmartSpin2k/pull/490#issuecomment-1948633183, or unsubscribe https://github.com/notifications/unsubscribe-auth/AF4U2PHNJBKDBMXZQOPPMVTYT533ZAVCNFSM6AAAAAA7AJ4AG6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSNBYGYZTGMJYGM . You are receiving this because you were mentioned.Message ID: @.***>

eMadman avatar Feb 16 '24 22:02 eMadman