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
Now it is required that interrupt routines are declared in cache.
A fix similar to that in rc-switch is needed here:
#if defined(ESP8266) || defined(ESP32)
// interrupt handler and related code must be in RAM on ESP8266,
#define RECEIVE_ATTR ICACHE_RAM_ATTR
#else
#define RECEIVE_ATTR
#endif
Now it is required that interrupt routines are declared in cache.
A fix similar to that in rc-switch is needed here:
and in:
SimpleRcScanner/htdocs/Sketchbook/SimpleRcScanner.ino
Line 53 in bbe88c9
The text was updated successfully, but these errors were encountered: