From cf23dade9a86f0fdfb1320fff916e8e3d140db82 Mon Sep 17 00:00:00 2001 From: Stephan Hadinger Date: Sun, 5 Sep 2021 20:46:12 +0200 Subject: [PATCH] Forgot flag in ESP32S2/C3 templates --- tasmota/tasmota_template.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tasmota/tasmota_template.h b/tasmota/tasmota_template.h index e5af29d0c..e38041af6 100644 --- a/tasmota/tasmota_template.h +++ b/tasmota/tasmota_template.h @@ -2559,6 +2559,7 @@ const mytmplt kModules[] PROGMEM = { AGPIO(GPIO_USER), // 19 IO GPIO19, USB_D+ AGPIO(GPIO_USER), // 20 IO RXD0 GPIO20, U0RXD AGPIO(GPIO_USER), // 21 IO TXD0 GPIO21, U0TXD + 0 // Flag }, }; @@ -2639,6 +2640,7 @@ const mytmplt kModules[] PROGMEM = { AGPIO(GPIO_USER), // 44 IO GPIO44, U0RXD AGPIO(GPIO_USER), // 45 IO GPIO45, Strapping AGPIO(GPIO_USER), // 46 I GPIO46, Input only, Strapping + 0 // Flag }, };