mirror of
https://github.com/tzapu/WiFiManager.git
synced 2026-04-27 00:55:52 +03:00
[GH-ISSUE #32] refactor: abstract ap scanning #27
Labels
No labels
📶 WiFi
🕸️ HTTP
Branch
DEV Help Wanted
Discussion
Documentation
ESP32
Example
Good First Issue
Hotfix
In Progress
Incomplete
Needs Feeback
Priority
QA
Question
Task
Upstream/Dependancy
bug
duplicate
enhancement
invalid
pull-request
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/WiFiManager#27
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @tablatronix on GitHub (Dec 23, 2015).
Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/32
Abstract wifi scanning out of
handleWifiso it can be called on its own.Probably need to abstract most of the html outputters so they can be called internally or used to callout to
server->sendContent(item);externally.make the code more portable
@tzapu commented on GitHub (Mar 8, 2016):
well, do you think there would still be a need for this?
there isn t much you can do realy with scanning...
also, most users of this lib, i don t think would mess about with html through abstractors, etc
currently to me it just seems a lot of effort with little to no payback
@tablatronix commented on GitHub (Mar 8, 2016):
I thought you had plans to add templating
@tablatronix commented on GitHub (Aug 28, 2017):
abstracting scanning needs to be done to allow live ajax scanning updating and prescan so the config page does not have to wait on it