From 7b3064b1bef4be9ddb99c3f0434a3a3c1495775f Mon Sep 17 00:00:00 2001 From: Alexander B Date: Mon, 28 Jul 2025 16:49:14 -0400 Subject: [PATCH] ESPNOW + WiFi --- 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 f77599fd8..7891eda50 100644 --- a/ESP-IDF_Robot/main/blink_example_main.c +++ b/ESP-IDF_Robot/main/blink_example_main.c @@ -119,7 +119,7 @@ static sensors_data_t buf; static temperature_sensor_handle_t temp_sensor; static temperature_sensor_config_t temp_sensor_config; -static float tsens_value; +float tsens_value; static QueueHandle_t gpio_evt_queue = NULL; static uint8_t s_led_state = 1;