mirror of
https://github.com/wled/WLED.git
synced 2025-07-22 10:16:32 +00:00
Remove second pin defaults
This commit is contained in:
parent
5c0ec6750a
commit
e670b26cd0
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user