Skip to content

Commit

Permalink
Clear complete EEPROM memory for future extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
Frederik Holst committed May 5, 2019
1 parent b17f258 commit 36d844e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RobotanSetup/RobotanSetup.ino
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ const char* host = "robotan";
const char* def_ssid = "Robotan";
const char* def_pass = "Robotan88";

int eeprom_allocated_mem = 1024;
int eeprom_allocated_mem = 4096;
int eeprom_login_credentials_base=512;

ESP8266WebServer httpServer(8080);
Expand Down

0 comments on commit 36d844e

Please sign in to comment.