From b605e5832083cd10e42bccfee7efbc764073dd7c Mon Sep 17 00:00:00 2001 From: Joel Stein Date: Sat, 27 Oct 2018 04:37:50 +0200 Subject: [PATCH] tuya: don't allow selecting GPIO08 --- sonoff/sonoff_template.h | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/sonoff/sonoff_template.h b/sonoff/sonoff_template.h index a071dd8c7..f3712672f 100644 --- a/sonoff/sonoff_template.h +++ b/sonoff/sonoff_template.h @@ -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