Add a tiny REST server.

This commit is contained in:
Pol Henarejos
2026-04-10 20:40:05 +02:00
parent 89d44e8c32
commit f84b6bed93
14 changed files with 1323 additions and 20 deletions

View File

@@ -284,6 +284,9 @@ static void execute_tasks(void)
{
#if !defined(ENABLE_EMULATION) && !defined(ESP_PLATFORM)
tud_task(); // tinyusb device task
#ifdef USB_ITF_LWIP
service_traffic();
#endif
#endif
usb_task();
led_blinking_task();