From e670b26cd0a734f3cd9c0920244a5158136f3ef3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bla=C5=BE=20Kristan?= Date: Fri, 4 Jul 2025 18:46:54 +0200 Subject: [PATCH] Remove second pin defaults --- wled00/wled.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wled00/wled.h b/wled00/wled.h index abae79270..ea0169bcc 100644 --- a/wled00/wled.h +++ b/wled00/wled.h @@ -292,10 +292,10 @@ WLED_GLOBAL char otaPass[33] _INIT(DEFAULT_OTA_PASS); // Hardware and pin config #ifndef BTNPIN - #define BTNPIN 0,-1 + #define BTNPIN 0 #endif #ifndef BTNTYPE - #define BTNTYPE BTN_TYPE_PUSH,BTN_TYPE_NONE + #define BTNTYPE BTN_TYPE_PUSH #endif #ifndef RLYPIN WLED_GLOBAL int8_t rlyPin _INIT(-1);