Skip to content

Commit 4573ea1

Browse files
committed
rel v1.1.4
adopt arduino-esp32 3.x changes
1 parent 1466589 commit 4573ea1

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Change Log
22

3+
## v 1.1.4 (2024-05-28)
4+
* fixes for arduino-esp32 3.x.x (thanks to @tobozo)
5+
36
## v 1.1.3 (2024-01-26)
47
+ example for on-the-fly compression via pako.js lib
58
* make exaples more CI friendly

library.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "esp32-flashz",
33
"frameworks": "arduino",
44
"platforms": ["espressif32"],
5-
"version": "1.1.3",
5+
"version": "1.1.4",
66
"keywords": "ota, zlib, esp32",
77
"description": "ESP32-FlashZ - an arduino library that provides zlib compressed OTA update feature for esp32",
88
"url": "https://github.com/vortigont/esp32-flashz",

library.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name=esp32-flashz
2-
version=1.1.3
2+
version=1.1.4
33
author=Emil Muratov
44
maintainer=Emil Muratov
55
sentence=ESP32-FlashZ arduino library
66
paragraph=an arduino library that provides zlib compressed OTA update feature for esp32
7-
category=Sensors
7+
category=Other
88
url=https://github.com/vortigont/esp32-flashz
99
architectures=esp32

0 commit comments

Comments
 (0)