This commit is contained in:
2025-10-09 23:24:24 -04:00
parent d7fed840e6
commit 5b408b4fd6
17 changed files with 22404 additions and 16760 deletions

View File

@@ -89,6 +89,8 @@ void app_main(void)
xTaskCreate(read_sensors_task, "read_sensors_task", 2048, NULL, 5, NULL);
xTaskCreate(print_sensors_task, "print_sensors_task", 2048, NULL, 5, NULL);
mqttronix_start();
// Main loop to read and print the sensor values every 2 seconds
/*while (true) {