pinout: swap On and Off buttons
This commit is contained in:
parent
d95248866b
commit
0d3ca18885
|
@ -18,8 +18,8 @@
|
|||
|
||||
#define BUZZER_PIN 11
|
||||
|
||||
#define BTN_ON_PIN 20
|
||||
#define BTN_OFF_PIN 21
|
||||
#define BTN_ON_PIN 21
|
||||
#define BTN_OFF_PIN 20
|
||||
|
||||
|
||||
#endif // PINOUT_H
|
||||
|
|
Loading…
Reference in a new issue