adafruit / RGB-matrix-Panel

Arduino library and example code for the 16x32 RGB matrix panels in the shop
http://www.adafruit.com/products/420
302 stars 145 forks source link

esp32: fix bug when WiFi is used simultaneously #54

Closed esven closed 5 years ago

esven commented 5 years ago

timer_set_alarm_value does not seem to have the IRAM_FLAG set, so the application might crash, when timer_set_alarm_value is not found in the cache.