mirror of
https://github.com/alexandrebobkov/ESP-Nodes.git
synced 2025-08-19 09:09:05 +00:00
ESP32-C3 RC
This commit is contained in:
@@ -790,7 +790,7 @@ void app_main(void)
|
||||
io_conf.pull_down_en = 0;
|
||||
io_conf.pull_up_en = 0;
|
||||
gpio_config(&io_conf);
|
||||
xTaskCreate(&led_task, "LED task", 512, NULL, 5, NULL);
|
||||
xTaskCreate(led_task, "LED task", 512, NULL, 5, NULL);
|
||||
|
||||
// Configure on-board push button
|
||||
io_conf.intr_type = GPIO_INTR_POSEDGE;
|
||||
|
Reference in New Issue
Block a user