mirror of
https://github.com/arendst/Tasmota.git
synced 2026-06-13 05:45:59 -04:00
tuya: don't allow selecting GPIO08
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user