diff --git a/code/espurna/config/hardware.h b/code/espurna/config/hardware.h index 61deabcc..b2a1e901 100644 --- a/code/espurna/config/hardware.h +++ b/code/espurna/config/hardware.h @@ -15,7 +15,7 @@ // RELAY#_TYPE: Relay can be RELAY_TYPE_NORMAL, RELAY_TYPE_INVERSE, RELAY_TYPE_LATCHED or RELAY_TYPE_LATCHED_INVERSE // LED#_PIN: GPIO for the n-th LED (1-based, up to 4 LEDs) // LED#_PIN_INVERSE: LED has inversed logic (lit when pulled down) -// LED#_MODE: Check hardware.h for LED_MODE_% +// LED#_MODE: Check general.h for LED_MODE_% // LED#_RELAY: Linked relay (1-based) // // Besides, other hardware specific information should be stated here