Remove second pin defaults

This commit is contained in:
Blaž Kristan 2025-07-04 18:46:54 +02:00 committed by GitHub
parent 5c0ec6750a
commit e670b26cd0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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);