diff --git a/ESP-IDF_Robot/main/blink_example_main.c b/ESP-IDF_Robot/main/blink_example_main.c index f9f0e99c7..f52bf7e26 100644 --- a/ESP-IDF_Robot/main/blink_example_main.c +++ b/ESP-IDF_Robot/main/blink_example_main.c @@ -134,6 +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; /* ============================ ESP NOW