From 0d3ca18885dcaac0c5baf5930591f2fc1974f51c Mon Sep 17 00:00:00 2001 From: Thomas Kolb Date: Sat, 18 May 2024 00:16:08 +0200 Subject: [PATCH] pinout: swap On and Off buttons --- src/pinout.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pinout.h b/src/pinout.h index a727027..3791df0 100644 --- a/src/pinout.h +++ b/src/pinout.h @@ -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