File tree Expand file tree Collapse file tree 1 file changed +5
-12
lines changed
libraries/WebServer/examples/WebServer Expand file tree Collapse file tree 1 file changed +5
-12
lines changed Original file line number Diff line number Diff line change @@ -6,14 +6,8 @@ It is a small project in it's own and has some files to use on the web server to
66
77This example requires some space for a filesystem and runs fine boards with 4 MByte flash using the following options:
88
9- * Board: ESP32 Dev Module
10- * Partition Scheme: Default 4MB with spiffs (1.2MB APP/1.5MB SPIFFS)
11- but LittleFS will be used in the partition (not SPIFFS)
12-
13- or
14-
15- * Board: Arduino Nano ESP32
16- * Partition Scheme: "With FAT partition"
9+ * For using SPIFFS(LittleFS): Default 4MB with spiffs (1.2MB APP/1.5MB SPIFFS)
10+ * For using FATFS: Default 4MB with ffat (1.2MB APP/1.5MB FATFS)
1711
1812
1913It features
@@ -34,9 +28,9 @@ It features
3428
3529Currently, this example supports the following targets.
3630
37- | Supported Targets | ESP32 | ESP32-S2 | ESP32-S3 | ESP32-C3 |
38- | ----------------- | ----- | -------- | -------- | -------- |
39- | | yes | no | yes | yes |
31+ | Supported Targets | ESP32 | ESP32-S2 | ESP32-S3 | ESP32-C3 | ESP32-C6 |
32+ | ----------------- | ----- | -------- | -------- | -------- | -------- |
33+ | | yes | yes | yes | yes | yes |
4034
4135## Use the Example
4236
@@ -281,7 +275,6 @@ Have a look in the Serial output for some additional runtime information.
281275
282276* 2024-08-02 -- Fixing for board implementation 3.0.4 ff.
283277* 2024-08-02 -- Support for FAT
284- * 2024-08-02 -- Tested with Arduino Nano ESP32
285278
286279
287280## Contribute
You can’t perform that action at this time.
0 commit comments