obi-socket: change LED4 back to LED2

This commit is contained in:
Joel Stein 2018-10-19 19:10:55 +02:00
parent 0078b9f650
commit df5a7ec054
1 changed files with 1 additions and 1 deletions

View File

@ -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,