OVMS3-idf/components/esp_https_server
Gregory Eslinger 7f1047847a HTTP Server: Added ability to select core
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
2019-03-21 11:22:58 +08:00
..
include HTTP Server: Added ability to select core 2019-03-21 11:22:58 +08:00
src esp_https_server : change config option secure_enable to transport_mode and some minor changes 2018-11-19 04:00:21 +00:00
CMakeLists.txt Add a 'esp_https_server' component allowing to use http_server with OpenSSL 2018-11-19 04:00:21 +00:00
component.mk Add a 'esp_https_server' component allowing to use http_server with OpenSSL 2018-11-19 04:00:21 +00:00