Files
espurna/code
Maxim Prokhorov dde5f374dd wifi: rework (re)connection and softAp logic
Immediatly try to connect when reloading settings and previous attempt
had failed. Because of locking, previously this caused a soft-lock of the
internal loop that required waiting for the long Reconnect timeout to
expire first.

Refactor the module to include namespace { ... } and move build settings into .cpp
Saves ~1.5Kb and also allows gcc to issue unused warnings for declared functions.

As a side-effect of refactoring, (temporarily?) remove softAp leases support.
Current Core moved dhcps support into a C++ code, forcing internal logic
to reference a specific object. Better to wait a bit until that
stabilizes and try again. Plus, it is not currently available in the esp-idf.
2021-08-02 07:14:19 +03:00
..
2021-08-01 07:02:07 +03:00
2019-07-11 00:34:17 +03:00
2019-07-11 00:34:17 +03:00
2021-06-29 23:25:24 +03:00
2019-07-11 00:34:17 +03:00