From 8310fd0a17c7371a988db9fa89c142d77dee6f75 Mon Sep 17 00:00:00 2001 From: Junior Date: Wed, 9 Apr 2025 20:15:58 -0400 Subject: [PATCH] Change from pin 23 to pin 22 for button. --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index 0be86a5..694d893 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -6,7 +6,7 @@ #define BOARDFIRMWARE "2.2" -#define BUTTONPIN 23 +#define BUTTONPIN 22 #define DEBOUNCEMS 15 #define BOARD "ESP32" #define SERVICE "LEDsActionButton"