This website requires JavaScript.
Explore
Help
Sign In
blackbeard420
/
esp-idf
Watch
1
Star
0
Fork
0
You've already forked esp-idf
mirror of
https://github.com/espressif/esp-idf
synced
2025-03-10 17:49:10 -04:00
Code
Issues
Projects
Releases
Wiki
Activity
esp-idf
/
examples
/
protocols
/
https_server
/
wss_server
/
sdkconfig.defaults
3 lines
59 B
Plaintext
Raw
Normal View
History
Unescape
Escape
example/https_server: Add default sdkconfig
2019-06-21 14:07:51 +05:30
CONFIG_ESP_HTTPS_SERVER_ENABLE=y
https_server example: Add new WSS server example Added a new https server example with WS support which runs * keep-alive thread to send PINGs to clients * async message to all active WS clients Moved the existing https-server example to a subfolder Closes https://github.com/espressif/esp-idf/issues/5733 Closes https://github.com/espressif/esp-idf/issues/5686
2020-09-03 09:57:23 +02:00
CONFIG_HTTPD_WS_SUPPORT=y
Reference in New Issue
Copy Permalink