Skip to content

Commit 7cae8b5

Browse files
committed
update readme
1 parent ba4a4cb commit 7cae8b5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,16 @@ A simple library to add support for Over-The-Air (OTA) updates to your project.
1414
## Features
1515

1616
- [x] Zlib or gzip compressed firmware support
17+
- [x] SPIFFS/LittleFS partition Update [#25], [#47], [#60], [#92] (thanks to all participants)
18+
- [x] Any fs::FS support (SPIFFS/LITTLEFS/SD) for cert/signature storage [#79], [#74], [#91], [#92] (thanks to all participants)
19+
- [x] Seamless http/https
1720
- [x] Web update (requires web server)
1821
- [x] Batch firmware sync
1922
- [x] Force firmware update [#8]
2023
- [x] https support [#26] ( Thanks to @fbambusi )
2124
- [x] Signature check of downloaded firmware-image [#65]
22-
- [x] https or https
2325
- [x] Signature verification
2426
- [x] Semantic versioning support
25-
- [x] Any fs::FS support (SPIFFS/LITTLEFS/SD) for cert/signature storage [#79], [#74], [#91], [#92] (thanks to all participants)
26-
- [x] SPIFFS/LittleFS partition Update [#25], [#47], [#60], [#92] (thanks to all participants)
2727
- [ ] Checking for update via bin headers [#15]
2828

2929
## How it works

0 commit comments

Comments
 (0)