1technophile / NewRemoteSwitch

NewRemoteSwitch library v1.2.0 (20140128) for Arduino 1.0 Made by Randy Simons http://randysimons.nl/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support to ESP32

vslinuxdotnet opened this issue · comments

Hello,
For ESP32 support your code, please change the lines from:
#ifdef ESP8266
to
#if defined ESP8266 || defined ESP32

With that you support also the ESP32

Thanks

Hello,

Feel free to submit a PR