esp-idf/components/esp_https_server/include
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
..
esp_https_server.h fix(esp_https_server): Fix a breaking change 2023-12-11 08:05:10 +05:30