Skip to content

Commit 512f090

Browse files
committed
led and button assigned in ui
1 parent ea24a12 commit 512f090

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

variants/techo/variant.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@
6565
#define LED_GREEN (33)
6666
#define LED_BLUE (14)
6767

68+
#define PIN_STATUS_LED LED_GREEN
6869
#define LED_BUILTIN LED_GREEN
6970
#define PIN_LED LED_BUILTIN
7071
#define LED_PIN LED_BUILTIN
@@ -78,6 +79,7 @@
7879

7980
#define PIN_BUTTON1 (42)
8081
#define BUTTON_PIN PIN_BUTTON1
82+
#define PIN_USER_BTN BUTTON_PIN
8183

8284
#define PIN_BUTTON2 (11)
8385
#define BUTTON_PIN2 PIN_BUTTON2

0 commit comments

Comments
 (0)