From 8fbf0d29ff774b2b10653b07aa686284183f506a Mon Sep 17 00:00:00 2001 From: Alexander Bobkov Date: Thu, 2 Jan 2025 02:20:02 -0500 Subject: [PATCH] ESP32-C3 RC --- ESP-IDF_Robot/main/blink_example_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ESP-IDF_Robot/main/blink_example_main.c b/ESP-IDF_Robot/main/blink_example_main.c index 45a3ef0ff..9ff903d6c 100644 --- a/ESP-IDF_Robot/main/blink_example_main.c +++ b/ESP-IDF_Robot/main/blink_example_main.c @@ -134,7 +134,7 @@ static temperature_sensor_config_t temp_sensor_config; static QueueHandle_t gpio_evt_queue = NULL; static uint8_t s_led_state = 1; -static bool s_led_state = true; +//static bool s_led_state = true; /* ============================ ESP NOW