Skip to content

rename writeEEPROM to writeMLXEEPROM #21

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Aug 18, 2022
Merged

Conversation

uutzinger
Copy link
Contributor

The ESP8266 linker seems to replace this function call with the system's writeEEPROM function.
Exception decoder was suggesting involvement of EEPROM routines. After renaming this function my system seems to have increased stability.

It appears linker for ESP8266 is replacing this with system's EEPROM write.
ESP Exception Decoder has been listing EEPROM functions on my system.
I don't know how to investigate in detail but it appears renaming these functions increased stability of my application.
@nseidle
Copy link
Member

nseidle commented Aug 18, 2022

Fair. Thanks for the PR!

@nseidle nseidle merged commit 6ff8bf2 into sparkfun:master Aug 18, 2022
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