ESPNOW + WiFi

This commit is contained in:
2025-07-28 16:48:31 -04:00
parent 07342c6bc8
commit 508c4a81c3

View File

@@ -117,7 +117,7 @@ static sensors_data_t buf;
#define ESPNOW_WIFI_IF ESP_IF_WIFI_AP
#endif
static temperature_sensor_handle_t temp_sensor;
temperature_sensor_handle_t temp_sensor;
static temperature_sensor_config_t temp_sensor_config;
static float tsens_value;
static QueueHandle_t gpio_evt_queue = NULL;