We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2164a5 commit b9d9d83Copy full SHA for b9d9d83
libraries/EEPROM/src/EEPROM.h
@@ -66,7 +66,7 @@ class EEPROMClass {
66
return put(address, t);
67
}
68
size_t length() {
69
- return _size;
+ return 4096;
70
71
72
uint8_t& operator[](int const address) {
0 commit comments