You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I believe you need to use macro ICACHE_RAM_ATTR in the definition of your interrupt callback function.
ESP32 and 8266 use EEPROM for their program data. EEPROM access is not "thread safe".
Best regards,
Bert Kortenbach
The text was updated successfully, but these errors were encountered:
Hi,
I believe you need to use macro ICACHE_RAM_ATTR in the definition of your interrupt callback function.
ESP32 and 8266 use EEPROM for their program data. EEPROM access is not "thread safe".
Best regards,
Bert Kortenbach
The text was updated successfully, but these errors were encountered: