sebmillet / RF433any

GNU Lesser General Public License v3.0
39 stars 4 forks source link

ESP8266 compatibility #1

Closed ozgunawesome closed 3 years ago

ozgunawesome commented 3 years ago

Adding the IRAM_ATTR flag on the interrupt handlers when compiling for ESP8266.

See https://arduino-esp8266.readthedocs.io/en/latest/reference.html#interrupts

Tested, works fine.