mirror of
https://github.com/esp8266/Arduino.git
synced 2025-07-29 05:21:37 +03:00
increase irom0 from 0x3C000 to 0x6B000 (+192KB) space
This commit is contained in:
@ -33,7 +33,7 @@ class EEPROMClass
|
||||
void begin(size_t size);
|
||||
uint8_t read(int address);
|
||||
void write(int address, uint8_t val);
|
||||
void commit();
|
||||
bool commit();
|
||||
void end();
|
||||
|
||||
template<typename T> T &get(int address, T &t)
|
||||
|
Reference in New Issue
Block a user