mirror of
https://github.com/anklimov/lighthub
synced 2025-12-11 14:19:50 +03:00
PreRelease+bin. Persistant&Config mgmt done+fixes
This commit is contained in:
@@ -213,6 +213,7 @@ enum lan_status {
|
||||
DO_RECONNECT = 12,
|
||||
RECONNECT = 13,
|
||||
READ_RE_CONFIG = 14,
|
||||
DO_READ_RE_CONFIG = 15,
|
||||
DO_NOTHING = -15
|
||||
};
|
||||
|
||||
@@ -266,7 +267,7 @@ void saveFlash(short n, IPAddress& ip);
|
||||
int ipLoadFromFlash(short n, IPAddress &ip);
|
||||
*/
|
||||
|
||||
bool loadConfigFromHttp();
|
||||
int loadConfigFromHttp();
|
||||
|
||||
void preTransmission();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user