ESP8266 EEPROM commit for CLI commands pwd, get, ip added

This commit is contained in:
2019-06-16 23:26:35 +03:00
parent ae868f42d6
commit d7e4181377
4 changed files with 23 additions and 5 deletions

View File

@@ -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);