Marius Vikhammer
|
04df1f3a42
|
CI: enable example builds for C3
Enables building C3 examples in CI.
Fixes related warnings/errors and disables examples that cannot run.
|
2021-02-09 12:04:02 +08:00 |
|
Angus Gratton
|
66fb5a29bb
|
Whitespace: Automated whitespace fixes (large commit)
Apply the pre-commit hook whitespace fixes to all files in the repo.
(Line endings, blank lines at end of file, trailing whitespace)
|
2020-11-11 07:36:35 +00:00 |
|
David Cermak
|
6f3fa81863
|
http_server: Simplified httpd_get_client_list() to return clients in int array
|
2020-09-09 08:00:20 +02:00 |
|
David Cermak
|
5e1e5f8be9
|
http_server: Add a flag to enable using control frames in user handlers
|
2020-09-09 08:00:20 +02:00 |
|
David Cermak
|
76ca826758
|
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-09 08:00:38 +02:00 |
|