This commit is contained in:
2025-10-07 00:43:25 -04:00
parent 4dac9f9b07
commit cdc723b373

View File

@@ -63,6 +63,7 @@ void print_sensors_task(void *arg)
while (1) {
// Print the values to the serial console
printf(" %.1f, %.2f, %.2f \n", temperature, humidity, pressure);
mqttronix_update_temp (temperature);)
vTaskDelay(2500/portTICK_PERIOD_MS);
}
}