mirror of
https://github.com/espressif/esp-idf.git
synced 2025-12-15 19:34:03 +00:00
HTTP Server : File server example added
This example demonstrates the capability of wildcard URI matching allowing for a full fledged file server to be created using esp_http_server.
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
CONFIG_PARTITION_TABLE_CUSTOM=y
|
||||
CONFIG_PARTITION_TABLE_CUSTOM_FILENAME="partitions_example.csv"
|
||||
CONFIG_PARTITION_TABLE_CUSTOM_APP_BIN_OFFSET=0x10000
|
||||
CONFIG_PARTITION_TABLE_FILENAME="partitions_example.csv"
|
||||
CONFIG_APP_OFFSET=0x10000
|
||||
CONFIG_HTTPD_MAX_REQ_HDR_LEN=1024
|
||||
Reference in New Issue
Block a user