mirror of
https://github.com/tzapu/WiFiManager.git
synced 2026-04-27 17:15:53 +03:00
[GH-ISSUE #22] public and private methods #21
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#21
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 @domonetic on GitHub (Dec 16, 2015).
Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/22
I am reviewing the code to help with the wiki and find something I do not understand.
begin () is called by AutoConnect () but is declared public and I think it should be private.
@tzapu commented on GitHub (Dec 17, 2015):
yes, you are correct again, leftovers from a past version.
it allwed me then to have an oled connected and do all the steps in the app rather than the library so i can display updates on the screen.
no longer possible, code cleanup is on the table, together with the new callabacks
so nice to see so many people taking interest, thanks
@domonetic commented on GitHub (Dec 17, 2015):
These have no implementation. It is a virtual method? if I remove works just
String beginConfigMode(void);
void startWebConfig();
String beginConfigMode(void);
int serverLoop();
is used internally, it should not be publicly exposed
String urldecode(const char);*
@tzapu commented on GitHub (Dec 17, 2015):
hi, did some cleanup as you indicated.]
urldecode i m gonna leave public, as an utilitarian function for others making url requests
@domonetic commented on GitHub (Dec 17, 2015):
Well, I'm helping with the wiki. I hope it will help.
@tzapu commented on GitHub (Dec 19, 2015):
thank you very much, just seen it, so nice to have
@tzapu commented on GitHub (Mar 8, 2016):
there s so much changed, thining at some point the whole things needs another cleanup, then wiki remade
in the mean time, i ll close this