Add argument parsing for eeprom stuff

This commit is contained in:
John Stäck 2019-06-23 20:43:57 +02:00
parent 435ad106d8
commit 3b2f0fa4cf
3 changed files with 495 additions and 4 deletions

View file

@ -37,7 +37,7 @@ struct EEPROMClass
// }
private:
char someFakeEEPROM_memory[4096];
char someFakeEEPROM_memory[2048];
};