From ed2e8d893476142f8bfbc382b48066741ff092a5 Mon Sep 17 00:00:00 2001 From: Theo Arends Date: Fri, 13 Apr 2018 10:33:17 +0200 Subject: [PATCH] Add PWM4/5 to H801 template (#1503) --- 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 d8498d687..cbb197abb 100644 --- a/sonoff/sonoff_template.h +++ b/sonoff/sonoff_template.h @@ -498,12 +498,12 @@ const mytmplt kModules[MAXMODULE] PROGMEM = { GPIO_LED1, // GPIO01 Green LED GPIO_TXD, // GPIO02 RX - Pin next to TX on the PCB GPIO_RXD, // GPIO03 TX - Pin next to GND on the PCB - GPIO_USER, // GPIO04 W2 - PWM5 + GPIO_PWM5, // GPIO04 W2 - PWM5 GPIO_LED2_INV, // GPIO05 Red LED 0, 0, 0, 0, 0, 0, // Flash connection GPIO_PWM3, // GPIO12 Blue GPIO_PWM2, // GPIO13 Green - GPIO_USER, // GPIO14 W1 - PWM4 + GPIO_PWM4, // GPIO14 W1 - PWM4 GPIO_PWM1, // GPIO15 Red 0, 0 },