With ESP8266 Board support package V3.0.0 an exception is issued whenever an interrupt occurs:
[...]
connected...yeey :)
HTTP server started
local ip:
192.168.156.166
*WM: freeing allocated params!
pm open,type:2 0
handleReceive()
ISR not in IRAM!
User exception (panic/abort/assert)
--------------- CUT HERE FOR EXCEPTION DECODER ---------------
Abort called
>>>stack>>>
[...]
This is not specific to esp8266_RFControl. I found a hint to fix the issue in RFControl-master/RFControl.cpp line 287 as follows:
by
void ICACHE_RAM_ATTR handleInterrupt() {
With ESP8266 Board support package V3.0.0 an exception is issued whenever an interrupt occurs:
This is not specific to esp8266_RFControl. I found a hint to fix the issue in RFControl-master/RFControl.cpp line 287 as follows:
by