File tree 1 file changed +5
-12
lines changed
libraries/WebServer/examples/WebServer
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
6
6
7
7
This example requires some space for a filesystem and runs fine boards with 4 MByte flash using the following options:
8
8
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)
17
11
18
12
19
13
It features
@@ -34,9 +28,9 @@ It features
34
28
35
29
Currently, this example supports the following targets.
36
30
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 |
40
34
41
35
## Use the Example
42
36
@@ -281,7 +275,6 @@ Have a look in the Serial output for some additional runtime information.
281
275
282
276
* 2024-08-02 -- Fixing for board implementation 3.0.4 ff.
283
277
* 2024-08-02 -- Support for FAT
284
- * 2024-08-02 -- Tested with Arduino Nano ESP32
285
278
286
279
287
280
## Contribute
You can’t perform that action at this time.
0 commit comments