From 47dda2c615785274c09f82060894b50d78afdfdf Mon Sep 17 00:00:00 2001 From: Alexander Bobkov Date: Sat, 21 Dec 2024 23:23:06 -0500 Subject: [PATCH] ESP IDF Robot --- ESP-IDF_Robot/main/blink_example_main.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ESP-IDF_Robot/main/blink_example_main.c b/ESP-IDF_Robot/main/blink_example_main.c index b41102d82..d1441c12e 100644 --- a/ESP-IDF_Robot/main/blink_example_main.c +++ b/ESP-IDF_Robot/main/blink_example_main.c @@ -17,6 +17,8 @@ static const char *TAG = "ESP IDF Robot"; +#define PUSH_BTN_GPIO 3 + /* Use project configuration menu (idf.py menuconfig) to choose the GPIO to blink, or you can edit the following line and set a number here. */