mirror of https://github.com/arendst/Tasmota.git
Add GPIO2 for Sonoff Basic Template
Add GPIO2 for Sonoff Basic Template
This commit is contained in:
parent
f5f75ae9b7
commit
b148c8bbe5
|
@ -517,7 +517,7 @@ const mytmplt kModules[MAXMODULE] PROGMEM = {
|
|||
{ "Sonoff Basic", // Sonoff Basic (ESP8266)
|
||||
GPIO_KEY1, // GPIO00 Button
|
||||
GPIO_USER, // GPIO01 Serial RXD and Optional sensor
|
||||
0, // GPIO02
|
||||
GPIO_USER, // GPIO02 Only available on newer Sonoff Basic R2 V1
|
||||
GPIO_USER, // GPIO03 Serial TXD and Optional sensor
|
||||
GPIO_USER, // GPIO04 Optional sensor
|
||||
0, // GPIO05
|
||||
|
|
Loading…
Reference in New Issue