Fix led polarity

This commit is contained in:
netpok 2019-02-02 01:10:35 +01:00
parent b927237aad
commit 4dc1d2f260
1 changed files with 2 additions and 2 deletions

View File

@ -1819,7 +1819,7 @@ const mytmplt kModules[MAXMODULE] PROGMEM = {
}, },
{ "WAGA CHCZ02MB", // WAGA life CHCZ02MB (HJL-01 Energy Monitoring) { "WAGA CHCZ02MB", // WAGA life CHCZ02MB (HJL-01 Energy Monitoring)
// https://www.ebay.com/itm/332595697006 // https://www.ebay.com/itm/332595697006
GPIO_LED2, // GPIO00 Red LED GPIO_LED2_INV, // GPIO00 Red LED
0, // GPIO01 Serial TX 0, // GPIO01 Serial TX
0, // GPIO02 0, // GPIO02
GPIO_NRG_SEL_INV, // GPIO03 HJL-01 Sel output (1 = Voltage) GPIO_NRG_SEL_INV, // GPIO03 HJL-01 Sel output (1 = Voltage)
@ -1834,7 +1834,7 @@ const mytmplt kModules[MAXMODULE] PROGMEM = {
GPIO_REL1, // GPIO12 Relay GPIO_REL1, // GPIO12 Relay
GPIO_KEY1, // GPIO13 Button GPIO_KEY1, // GPIO13 Button
GPIO_NRG_CF1, // GPIO14 HJL-01 CF1 voltage / current GPIO_NRG_CF1, // GPIO14 HJL-01 CF1 voltage / current
GPIO_LED1, // GPIO15 Blue LED - Link status GPIO_LED1_INV, // GPIO15 Blue LED - Link status
0, 0 0, 0
} }
}; };