mirror of https://github.com/arendst/Tasmota.git
v3.9.8
3.9.8 20170130 * Remove GPIO07 and GPIO08 from user selectable (#5)
This commit is contained in:
parent
571666870b
commit
28d457cd82
Binary file not shown.
|
@ -149,7 +149,7 @@ const mytmplt modules[MAXMODULE] PROGMEM = {
|
||||||
GPIO_KEY1, // GPIO00 Button 1
|
GPIO_KEY1, // GPIO00 Button 1
|
||||||
0,
|
0,
|
||||||
GPIO_USER, // GPIO02 Optional sensor
|
GPIO_USER, // GPIO02 Optional sensor
|
||||||
0,
|
GPIO_USER, // GPIO03 Serial TXD and Optional sensor
|
||||||
GPIO_REL3, // GPIO04 Sonoff 4CH Red Led and Relay 3 (0 = Off, 1 = On)
|
GPIO_REL3, // GPIO04 Sonoff 4CH Red Led and Relay 3 (0 = Off, 1 = On)
|
||||||
GPIO_REL2, // GPIO05 Sonoff 4CH Red Led and Relay 2 (0 = Off, 1 = On)
|
GPIO_REL2, // GPIO05 Sonoff 4CH Red Led and Relay 2 (0 = Off, 1 = On)
|
||||||
0, 0, 0,
|
0, 0, 0,
|
||||||
|
|
Loading…
Reference in New Issue