Skip to content

Commit

Permalink
For 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jwrw committed Nov 22, 2020
1 parent 3a35c3b commit 09214cb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/html/class_e_e_p_r_o_m_class.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=ESP_EEPROM
version=2.0.0
version=2.1.0
author=j-watson <[email protected]>
maintainer=j-watson <[email protected]>
sentence=An improved EEPROM library for ESP8266
Expand Down
2 changes: 1 addition & 1 deletion src/ESP_EEPROM.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ bool EEPROMClass::commitReset() {
* to flash is only performed if the flash does not yet have a copy of the data or
* if the data in the buffer has changed from what is stored in the flash memory.
*
* @return True if successful; false if the write was unsuccessful.
* @return True if successful (or if no write was needed); false if the write was unsuccessful.
*/
bool EEPROMClass::commit() {
// everything has to be in place to even try a commit
Expand Down

0 comments on commit 09214cb

Please sign in to comment.