mirror of
https://github.com/Theaninova/Arduino-IRremote.git
synced 2026-01-19 15:52:54 +00:00
Revert "Added ESP32 IR receive support (IRsend not implemented yet)."
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
* You can change this to another available Arduino Pin.
|
||||
* Your IR receiver should be connected to the pin defined here
|
||||
*/
|
||||
int RECV_PIN = 11;
|
||||
int RECV_PIN = 11;
|
||||
|
||||
IRrecv irrecv(RECV_PIN);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user