Skip to content

Commit 4b92069

Browse files
committed
Bump version
1 parent 125930b commit 4b92069

File tree

3 files changed

+13
-5
lines changed

3 files changed

+13
-5
lines changed

README.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,9 @@ A simple library to add support for Over-The-Air (OTA) updates to your project.
1313
- [x] Force firmware update [issues 8]
1414
- [x] https support [#26][i26] ( Thanks to @fbambusi )
1515
- [x] Signature check of downloaded firmware-image [issue 65]
16-
- [ ] Multi firmware update record
17-
- [ ] Stream update (e.g. MQTT or other)
16+
- [x] https or https
17+
- [x] Signature verification
18+
- [x] Semantic versioning support
1819
- [ ] Checking for update via bin headers [issue 15]
1920

2021
## How it works
@@ -153,3 +154,10 @@ On the next update-check the ESP32 will download the `firmware.img` extract the
153154
### Libraries
154155
155156
This relies on [semver.c by h2non](https://github.com/h2non/semver.c) for semantic versioning support. semver.c is licensed under [MIT](https://github.com/h2non/semver.c/blob/master/LICENSE).
157+
158+
### Thanks to
159+
160+
* @nuclearcat
161+
* @thinksilicon
162+
* @nuclearcat
163+
* @hpsaturn

library.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "esp32FOTA",
3-
"version": "0.1.5",
3+
"version": "0.1.6",
44
"keywords": "firmware, OTA, Over The Air Updates, ArduinoOTA",
55
"description": "Allows for firmware to be updated from a webserver, the device can check for updates at any time. Uses a simple JSON file to outline if a new firmware is avaiable.",
66
"examples": "examples/*/*.ino",
@@ -21,4 +21,4 @@
2121
"esp32",
2222
"espressif32"
2323
]
24-
}
24+
}

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=esp32FOTA
2-
version=0.1.5
2+
version=0.1.6
33
author=Chris Joyce
44
maintainer=Chris Joyce <chris@joyce.id.au>
55
sentence=A simple library for firmware OTA updates

0 commit comments

Comments
 (0)