mirror of
https://github.com/esp8266/Arduino.git
synced 2025-04-19 23:22:16 +03:00
parent
edcbdbea45
commit
fdc295dfae
@ -110,7 +110,7 @@ void EEPROMClass::write(int const address, uint8_t const value) {
|
||||
return;
|
||||
}
|
||||
if(!_data) {
|
||||
DEBUGV("EEPROMClass::read without ::begin\n");
|
||||
DEBUGV("EEPROMClass::write without ::begin\n");
|
||||
return;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user