sui77 / rc-switch

Arduino lib to operate 433/315Mhz devices like power outlet sockets.
1.91k stars 659 forks source link

Use DRAM for ESP32 protocol list #352

Closed 1technophile closed 4 years ago

1technophile commented 4 years ago

And replace ICACHE_RAM_ATTR by IRAM_ATTR for ESP32, so as to avoid core dump when using in conjunction with Wifi https://github.com/1technophile/OpenMQTTGateway/issues/620