From df5a7ec05414344bad9e6fedc8128fa7b00e0ac4 Mon Sep 17 00:00:00 2001 From: Joel Stein Date: Fri, 19 Oct 2018 19:10:55 +0200 Subject: [PATCH] obi-socket: change LED4 back to LED2 --- sonoff/sonoff_template.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sonoff/sonoff_template.h b/sonoff/sonoff_template.h index 8de1a301e..bb19d2dc5 100644 --- a/sonoff/sonoff_template.h +++ b/sonoff/sonoff_template.h @@ -1107,7 +1107,7 @@ const mytmplt kModules[MAXMODULE] PROGMEM = { GPIO_LED1, // GPIO04 Blue LED GPIO_REL1, // GPIO05 (Relay OFF, but used as Relay Switch) 0, 0, 0, 0, 0, 0, // Flash connection - GPIO_LED4, // GPIO12 (Relay ON, but set to LOW, so we can switch with GPIO05) + GPIO_LED2, // GPIO12 (Relay ON, but set to LOW, so we can switch with GPIO05) GPIO_USER, // GPIO13 GPIO_KEY1, // GPIO14 Button 0,