Skip to content

Commit 7061c5d

Browse files
authored
Update EEPROM.h - Added new function: bool isDirty()
1 parent 84376a7 commit 7061c5d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: libraries/EEPROM/src/EEPROM.h

+1
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ class EEPROMClass {
4545
uint16_t length();
4646
bool commit();
4747
void end();
48+
bool isDirty();
4849

4950
uint8_t *getDataPtr();
5051
uint16_t convert(bool clear, const char *EEPROMname = "eeprom", const char *nvsname = "eeprom");

0 commit comments

Comments
 (0)