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
ref. esp8266/Arduino#8830, user reports frequent crashes when using 7.0.0
most likely cause being queue's available(), and the delegate check & call are not in IRAM
suppose one way to solve this is from our side and force things into IRAM manually, but I'd think esp32 would have similar issue when running out of cache esp8266/Arduino#8834