mirror of
https://github.com/alexandrebobkov/ESP-Nodes.git
synced 2025-08-08 04:22:25 +00:00
ESPNOW + WiFi
This commit is contained in:
@@ -15,7 +15,7 @@ static void mqtt_publish_task(void *arg) {
|
||||
esp_mqtt_client_handle_t client = (esp_mqtt_client_handle_t)arg;
|
||||
|
||||
while (1) {
|
||||
float tsens_value = 0.0f;
|
||||
//float tsens_value = 0.0f;
|
||||
//temperature_sensor_get_celsius(temp_sensor, &tsens_value);
|
||||
ESP_LOGW("ESP32-C3", "Temperature value %.02f ℃", tsens_value);
|
||||
|
||||
|
Reference in New Issue
Block a user