esp-idf/examples/protocols/http_server
Ivan Grokhotkov be56c85b18
examples: file_serving: add support for ESP32-S3, refactoring
* Move filesystem mounting code into a separate file to simplify the
  main source file.
* Clean up SDMMC and SDSPI related code. Move pin configuration into
  Kconfig.
* Use same base_path ('/data') for either SPIFFS or SD. Remove the
  check in file_server.c about the base path.
* Update README according to the changes above.
2022-04-19 13:46:37 +02:00
..
advanced_tests docs: Updated protocols/http* examples READMEs 2021-09-13 09:55:19 +05:30
captive_portal Added Feature: Example for Captive Portal system. 2021-08-24 10:47:14 +05:30
file_serving examples: file_serving: add support for ESP32-S3, refactoring 2022-04-19 13:46:37 +02:00
persistent_sockets docs: Updated protocols/http* examples READMEs 2021-09-13 09:55:19 +05:30
restful_server
simple docs: Updated protocols/http* examples READMEs 2021-09-13 09:55:19 +05:30
ws_echo_server docs: Add user-friendly guide about how to use ws_server_example_test.py 2022-01-12 20:36:59 +08:00