From 512f0900da20714964027214d176541b65f865e2 Mon Sep 17 00:00:00 2001 From: Florent Date: Sun, 20 Apr 2025 16:41:33 +0200 Subject: [PATCH] led and button assigned in ui --- variants/techo/variant.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/variants/techo/variant.h b/variants/techo/variant.h index 6228fce9..f553ab42 100644 --- a/variants/techo/variant.h +++ b/variants/techo/variant.h @@ -65,6 +65,7 @@ #define LED_GREEN (33) #define LED_BLUE (14) +#define PIN_STATUS_LED LED_GREEN #define LED_BUILTIN LED_GREEN #define PIN_LED LED_BUILTIN #define LED_PIN LED_BUILTIN @@ -78,6 +79,7 @@ #define PIN_BUTTON1 (42) #define BUTTON_PIN PIN_BUTTON1 +#define PIN_USER_BTN BUTTON_PIN #define PIN_BUTTON2 (11) #define BUTTON_PIN2 PIN_BUTTON2