You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just read source code for learning about how EEPROM work then I found seem to be
missed typed DEBUG message at Line 113 in EEPROM.cpp file. Should change from
DEBUGV("EEPROMClass::read without ::begin\n");
to
DEBUGV("EEPROMClass::write without ::begin\n");
Basic Infos
Platform
Settings in IDE
Problem Description
I just read source code for learning about how EEPROM work then I found seem to be
missed typed DEBUG message at Line 113 in EEPROM.cpp file. Should change from
DEBUGV("EEPROMClass::read without ::begin\n");
to
DEBUGV("EEPROMClass::write without ::begin\n");
libraries/EEPROM/EEPROM.cpp code snipped
Debug Messages
The text was updated successfully, but these errors were encountered: