-
Notifications
You must be signed in to change notification settings - Fork 7.7k
Closed
Description
The struct http_config in the esp-idf has a member core_id to assign which esp32 core an http server task will run on, but that has not been included in the arduino framework version 1.0.5-rc6.
I'm trying to keep wiifi and wifi service away from core 1 where the fast code is running. My workaround was to launch a new task on core 0, to handle that http server work, but for small requests that seems like extra processing.
Wondering if that could be added? 😄
Metadata
Metadata
Assignees
Labels
No labels