Skip to content

Commit 9f58d23

Browse files
authored
Update README.md
1 parent 291f2bc commit 9f58d23

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@ It will provide a webpage for updating the firmware/filesystem of `ESP8266` or `
2929
- Styling:
3030
- Stylized (Additional ~350 bytes)
3131
- Minimal
32+
- Update modes:
33+
- Firmware + FileSystem
34+
- Firmware only
35+
- FileSystem only
3236
- Update route customization (default: `/update`)
3337
- Update credentials customization (default: `No credentials`)
3438
- Username
@@ -91,7 +95,8 @@ _updateServer.setup(&_server, "/customroute", "username", "password");
9195
### Customizing OTA Page
9296

9397
> [!IMPORTANT]
94-
> Adding the `-DESPASYNCHTTPUPDATESERVER_MODE` Build Flag to choose different update mode. choose the right value based on your needs:
98+
> Add the `-DESPASYNCHTTPUPDATESERVER_MODE` Build Flag with desired value to choose different update mode.
99+
> Choose the right value based on your needs from bellow table:
95100
>
96101
> | Update mode | value |
97102
> |:---:|:---:|

0 commit comments

Comments
 (0)