mirror of
https://github.com/anklimov/lighthub
synced 2025-12-10 21:59:50 +03:00
ESP8266 EEPROM commit for CLI commands pwd, get, ip added
This commit is contained in:
@@ -224,7 +224,7 @@ void printBool(bool arg);
|
||||
|
||||
void saveFlash(short n, char *str);
|
||||
|
||||
int loadFlash(short n, char *str, short l=32);
|
||||
int loadFlash(short n, char *str, short l=MAXFLASHSTR);
|
||||
|
||||
void saveFlash(short n, IPAddress& ip);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user