mirror of
https://github.com/alexandrebobkov/ESP-Nodes.git
synced 2025-10-23 16:22:08 +00:00
.
This commit is contained in:
@@ -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) {
|
||||
|
||||
|
Reference in New Issue
Block a user