mirror of
https://github.com/arendst/Tasmota.git
synced 2025-04-23 22:37:16 +00:00
tuya: don't allow selecting GPIO08
This commit is contained in:
parent
7093bd6ab0
commit
b605e58320
@ -1155,14 +1155,12 @@ const mytmplt kModules[MAXMODULE] PROGMEM = {
|
||||
{ "Tuya Dimmer", // Tuya Dimmer (ESP8266 w/ separate MCU dimmer)
|
||||
// https://www.amazon.com/gp/product/B07CTNSZZ8/ref=oh_aui_detailpage_o00_s00?ie=UTF8&psc=1
|
||||
GPIO_KEY1, // Virtual Button (controlled by MCU)
|
||||
GPIO_USER, // GPIO01 MCU serial control
|
||||
GPIO_USER, // GPIO01 MCU serial control
|
||||
GPIO_USER,
|
||||
GPIO_USER, // GPIO03 MCU serial control
|
||||
GPIO_USER, // GPIO03 MCU serial control
|
||||
GPIO_USER,
|
||||
GPIO_USER,
|
||||
0, 0,
|
||||
GPIO_USER,
|
||||
0, 0, 0, // Flash connection
|
||||
0, 0, 0, 0, 0, 0, // Flash connection
|
||||
GPIO_USER,
|
||||
GPIO_USER,
|
||||
GPIO_LED1, // GPIO14 Green Led
|
||||
|
Loading…
x
Reference in New Issue
Block a user