mirror of
https://github.com/alexandrebobkov/ESP-Nodes.git
synced 2025-08-14 04:05:03 +00:00
ESP32-C3 RC
This commit is contained in:
@@ -777,6 +777,7 @@ void app_main(void)
|
||||
{
|
||||
// Initialize internal temperature sensor
|
||||
chip_sensor_init();
|
||||
xTaskCreate(temp_sensor_task, "ESP32C3 Sensor", 2048, NULL, 15, NULL);
|
||||
|
||||
// Initialize LED
|
||||
// Used to control the DC motor
|
||||
|
Reference in New Issue
Block a user