mirror of https://github.com/arendst/Tasmota.git
Merge pull request #4821 from ascillato/patch-1
Add GPIO2 to Sonoff RF R2 template
This commit is contained in:
commit
f8ab1a8207
|
@ -565,7 +565,7 @@ const mytmplt kModules[MAXMODULE] PROGMEM = {
|
|||
{ "Sonoff RF", // Sonoff RF (ESP8266)
|
||||
GPIO_KEY1, // GPIO00 Button
|
||||
GPIO_USER, // GPIO01 Serial RXD and Optional sensor
|
||||
0,
|
||||
GPIO_USER, // GPIO02 Optional sensor
|
||||
GPIO_USER, // GPIO03 Serial TXD and Optional sensor
|
||||
GPIO_USER, // GPIO04 Optional sensor
|
||||
0,
|
||||
|
|
Loading…
Reference in New Issue