Skip to content
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

Solving problem of access violation. #1763

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

tarcisiojr
Copy link

In certain scenarios, the ESP8266 was unexpectedly triggering an access violation error. After conducting a thorough debugging process, I identified and resolved the issue with this code update. The solution is based on guidance from the official ESP8266 documentation, specifically regarding the use of PROGMEM for handling program memory. You can find more details in the documentation here: ESP8266 PROGMEM Documentation.

@tablatronix
Copy link
Collaborator

Thanks, I forgot all about this bug. #1660

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