Skip to content

Fixed writing into EEPROM memory#1

Open
ankhiira wants to merge 2 commits intonootropicdesign:masterfrom
ankhiira:master
Open

Fixed writing into EEPROM memory#1
ankhiira wants to merge 2 commits intonootropicdesign:masterfrom
ankhiira:master

Conversation

@ankhiira
Copy link

Before adding functions EEPROM.begin(EEPROM_SIZE); and EEPROM.commit();, there was problem with writing value into EEPROM memory on ESP32. With the two added functions it works well.

@nootropicdesign
Copy link
Owner

nootropicdesign commented May 18, 2019

This only compiles for ESP platforms, though. Can you make your change conditional so it doesn't break compilation on every other platform?

@ankhiira
Copy link
Author

ankhiira commented Jun 2, 2019

This only compiles for ESP platforms, though. Can you make your change conditional so it doesn't break compilation on every other platform?

Yes, sure.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants