mirror of
https://github.com/alexandrebobkov/ESP-Nodes.git
synced 2025-10-23 18:03:23 +00:00
esp32 temperature node
This commit is contained in:
@@ -65,7 +65,7 @@ void app_main(void)
|
|||||||
printf("Temperature: %.2f \n", humidity);
|
printf("Temperature: %.2f \n", humidity);
|
||||||
printf("Temperature: %.2f kPa\n", pressure);
|
printf("Temperature: %.2f kPa\n", pressure);
|
||||||
|
|
||||||
vTaskDelay(2000);
|
vTaskDelay(2000/portTICK_PERIOD_MS);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user