This website requires JavaScript.
Explore
Help
Sign In
espressif
/
esp-idf
Watch
1
Star
0
Fork
1
You've already forked esp-idf
mirror of
https://github.com/espressif/esp-idf.git
synced
2025-11-19 17:00:20 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
fe9dbc2b1d11fcd06aafbe215cf4d37af94e2b22
esp-idf
/
examples
/
protocols
/
https_server
/
wss_server
/
sdkconfig.defaults
4 lines
101 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
wss_server: use large partition table config
2025-05-27 12:00:33 +08:00
CONFIG_PARTITION_TABLE_SINGLE_APP_LARGE=y
Reference in New Issue
Copy Permalink