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