This commit is contained in:
2025-10-07 00:43:37 -04:00
parent cdc723b373
commit cc705c82e3
4 changed files with 215 additions and 2 deletions

View File

@@ -63,7 +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);)
mqttronix_update_temp (temperature);
vTaskDelay(2500/portTICK_PERIOD_MS);
}
}