mirror of
https://github.com/wled/WLED.git
synced 2025-07-23 10:46:33 +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
|
// Hardware and pin config
|
||||||
#ifndef BTNPIN
|
#ifndef BTNPIN
|
||||||
#define BTNPIN 0,-1
|
#define BTNPIN 0
|
||||||
#endif
|
#endif
|
||||||
#ifndef BTNTYPE
|
#ifndef BTNTYPE
|
||||||
#define BTNTYPE BTN_TYPE_PUSH,BTN_TYPE_NONE
|
#define BTNTYPE BTN_TYPE_PUSH
|
||||||
#endif
|
#endif
|
||||||
#ifndef RLYPIN
|
#ifndef RLYPIN
|
||||||
WLED_GLOBAL int8_t rlyPin _INIT(-1);
|
WLED_GLOBAL int8_t rlyPin _INIT(-1);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user