BaseClock: display specific pattern/color when waiting for wifi credential. #18
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?
So User have a way to differentiate when wifi is long to connect and when they needs to enter wifi credentials.
mentioned in merge request !63
created merge request !63 to address this issue
WifiManager does have a callback mechanism, but it does not play nice with Classes (see https://github.com/tzapu/WiFiManager/issues/381 and https://github.com/tzapu/WiFiManager/issues/230).
Basically, it can't use member function as a callback, or use member function in the callback.