mirror of https://github.com/arendst/Tasmota.git
Merge pull request #5143 from Jason2866/patch-3
Rf Bridge Gpio12 / 14 selectable
This commit is contained in:
commit
b76915828e
|
@ -1054,9 +1054,10 @@ const mytmplt kModules[MAXMODULE] PROGMEM = {
|
|||
0, // GPIO09
|
||||
0, // GPIO10
|
||||
// GPIO11 (SD_CMD Flash)
|
||||
0,
|
||||
GPIO_USER, // GPIO12 Optional sensor
|
||||
GPIO_LED1_INV, // GPIO13 Blue Led (0 = On, 1 = Off) - Link and Power status
|
||||
0, 0, 0, 0
|
||||
GPIO_USER, // GPIO14 Optional sensor
|
||||
0, 0, 0
|
||||
},
|
||||
{ "Sonoff B1", // Sonoff B1 (ESP8285 - my9231)
|
||||
GPIO_KEY1, // GPIO00 Pad
|
||||
|
|
Loading…
Reference in New Issue