esp-idf/components/esp_https_server
Aditya Patwardhan 56879510a5
fix(esp_https_server): Fix a breaking change
HTTPD_SSL_CONFIG_DEFAULT used to be a MACRO and hence used to return
    a const pointer. With a recent change it started not returning a
    const variable. This change reverts the function to its MACRO form.
    Updated the https_server example to use static declration
2023-12-11 08:05:10 +05:30
..
include fix(esp_https_server): Fix a breaking change 2023-12-11 08:05:10 +05:30
src fix(esp_https_server): Fix a breaking change 2023-12-11 08:05:10 +05:30
CMakeLists.txt fix(esp_https_server): Remove dependency on CONFIG_ESP_TLS_SERVER 2023-10-26 09:30:13 +00:00
Kconfig fix(esp_https_server): Remove dependency on CONFIG_ESP_TLS_SERVER 2023-10-26 09:30:13 +00:00