mirror of
https://github.com/espressif/esp-idf
synced 2025-03-10 01:29:21 -04:00
The task that runs the HTTP server can now be pinned to a particular core by setting `core_id` in the HTTP server configuration. By default, the core is set to `tskNO_AFFINITY`, meaning it can run on any core. Merges https://github.com/espressif/esp-idf/pull/3190