pinout: swap On and Off buttons

This commit is contained in:
Thomas Kolb 2024-05-18 00:16:08 +02:00
parent d95248866b
commit 0d3ca18885

View file

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