This website requires JavaScript.
Explore
Help
Register
Sign In
alex
/
esp-idf
Watch
1
Star
0
Fork
0
You've already forked esp-idf
mirror of
https://github.com/espressif/esp-idf.git
synced
2024-10-05 20:47:46 -04:00
Code
Issues
Actions
2
Packages
Projects
Releases
Wiki
Activity
356bc603c4
esp-idf
/
examples
/
protocols
/
https_server
/
simple
/
sdkconfig.ci
3 lines
77 B
Plaintext
Raw
Normal View
History
Unescape
Escape
example/https_server: Add default sdkconfig
2019-06-21 04:37:51 -04:00
CONFIG_ESP_HTTPS_SERVER_ENABLE=y
feature: Added user callback for esp_https_server - Can be used to get connection or client information (SSL context) - E.g. Client certificate, Socket FD, Connection state, etc. - Added example callback for getting client certificate information in 'https_server/simple' example Closes https://github.com/espressif/esp-idf/issues/7479
2021-10-08 04:49:57 -04:00
CONFIG_EXAMPLE_ENABLE_HTTPS_USER_CALLBACK=y
Reference in New Issue
Copy Permalink