mirror of
https://github.com/alexandrebobkov/ESP-Nodes.git
synced 2025-10-28 20:54:59 +00:00
.
This commit is contained in:
@@ -69,6 +69,7 @@ void read_sensors_task(void *arg)
|
||||
bme280_read_humidity(bme280, &humidity);
|
||||
bme280_read_pressure(bme280, &pressure);
|
||||
mqttronix_update_temp (temperature);
|
||||
printf(" %.1f, %.2f, %.2f \n", temperature, humidity, pressure);
|
||||
vTaskDelay(1000/portTICK_PERIOD_MS);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user