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
c17d9ff684
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 04:37:51 -04:00
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 03:57:23 -04:00
CONFIG_HTTPD_WS_SUPPORT=y
Reference in New Issue
Copy Permalink