Skip to content

Commit 0180a0d

Browse files
committed
put RF EMITTER PIN according to doc
1 parent e4e7319 commit 0180a0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config_RF.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ RF supported protocols
6969
/*-------------------PIN DEFINITIONS----------------------*/
7070
#ifdef ESP8266
7171
#define RF_RECEIVER_PIN 0 // D3 on nodemcu
72-
#define RF_EMITTER_PIN 4 // RX on nodemcu if it doesn't work with 3, try with 4 (D2)
72+
#define RF_EMITTER_PIN 3 // RX on nodemcu if it doesn't work with 3, try with 4 (D2)
7373
#elif ESP32
7474
#define RF_RECEIVER_PIN 13 // D13 on DOIT ESP32
7575
#define RF_EMITTER_PIN 12 // D12 on DOIT ESP32

0 commit comments

Comments
 (0)