add https example
This commit is contained in:
@@ -83,6 +83,7 @@
|
||||
|
||||
#include "examples/httpd/cgi_example/cgi_example.h"
|
||||
#include "examples/httpd/fs_example/fs_example.h"
|
||||
#include "examples/httpd/https_example/https_example.h"
|
||||
#include "examples/httpd/ssi_example/ssi_example.h"
|
||||
|
||||
#include "default_netif.h"
|
||||
@@ -540,6 +541,9 @@ apps_init(void)
|
||||
#if defined(LWIP_HTTPD_EXAMPLE_CGI_SIMPLE) && LWIP_HTTPD_EXAMPLE_CGI_SIMPLE
|
||||
cgi_ex_init();
|
||||
#endif
|
||||
#if defined(LWIP_HTTPD_EXAMPLE_HTTPS) && LWIP_HTTPD_EXAMPLE_HTTPS
|
||||
https_ex_init();
|
||||
#endif
|
||||
#endif /* LWIP_HTTPD_APP_NETCONN */
|
||||
#endif /* LWIP_HTTPD_APP && LWIP_TCP */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user