From 7e34f402c94b6298e77f9a07fa7e6b8c76b5b9f3 Mon Sep 17 00:00:00 2001 From: Joel Stein Date: Tue, 27 Nov 2018 01:30:05 +0100 Subject: [PATCH] PS_16_DZ: GPIO13 => LED1 --- sonoff/sonoff_template.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sonoff/sonoff_template.h b/sonoff/sonoff_template.h index 150539abc..5b12a5ded 100644 --- a/sonoff/sonoff_template.h +++ b/sonoff/sonoff_template.h @@ -1281,12 +1281,12 @@ const mytmplt kModules[MAXMODULE] PROGMEM = { GPIO_USER, GPIO_TXD, // GPIO01 MCU serial control GPIO_USER, - GPIO_RXD, // GPIO03 MCU serial control + GPIO_RXD, // GPIO03 MCU serial control GPIO_USER, GPIO_USER, 0, 0, 0, 0, 0, 0, // Flash connection GPIO_USER, - GPIO_USER, + GPIO_LED1, // GPIO13 WiFi LED GPIO_USER, GPIO_USER, GPIO_USER,