Add argument parsing for eeprom stuff
This commit is contained in:
parent
435ad106d8
commit
3b2f0fa4cf
3 changed files with 495 additions and 4 deletions
|
@ -37,7 +37,7 @@ struct EEPROMClass
|
|||
// }
|
||||
|
||||
private:
|
||||
char someFakeEEPROM_memory[4096];
|
||||
char someFakeEEPROM_memory[2048];
|
||||
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue