This commit is contained in:
Imbus 2025-07-11 18:45:57 +02:00
parent e11be74632
commit 196d9d5665

View file

@ -195,4 +195,6 @@ void task_gpio_demo(void *pvParams) {
// Start the task
xTaskCreate(button_task, "button_task", 2048, NULL, 10, NULL);
vTaskDelete(NULL);
}