From 130985e4b3cdd8365da548f550be6a86c2f74be8 Mon Sep 17 00:00:00 2001 From: gn0st1c Date: Thu, 22 Mar 2018 15:52:23 +0300 Subject: [PATCH] Update hardware.h --- code/espurna/config/hardware.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/espurna/config/hardware.h b/code/espurna/config/hardware.h index b2a1e901..d17bc95a 100644 --- a/code/espurna/config/hardware.h +++ b/code/espurna/config/hardware.h @@ -11,9 +11,9 @@ // - BUTTON_SWITCH: button event is fired when pressed or released // - BUTTON_DEFAULT_HIGH: there is a pull up in place // - BUTTON_SET_PULLUP: set pullup by software -// RELAY#_PIN: GPIO for the n-th relay (1-based, up to 4 relays) +// RELAY#_PIN: GPIO for the n-th relay (1-based, up to 8 relays) // 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: GPIO for the n-th LED (1-based, up to 8 LEDs) // LED#_PIN_INVERSE: LED has inversed logic (lit when pulled down) // LED#_MODE: Check general.h for LED_MODE_% // LED#_RELAY: Linked relay (1-based)