Skip to content

Commit dcd2ba4

Browse files
committed
Bump to 1.0.22 and use fork for pubsubclient
1 parent 1c765d2 commit dcd2ba4

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -233,5 +233,5 @@ This design is highly flexible. For example, you can trigger a failure (`return
233233

234234
#### 🔡 Libraries
235235

236-
- [PubSubClient](https://github.com/knolleary/pubsubclient)
237-
- [arduinoWebSockets](https://github.com/Links2004/arduinoWebSockets)
236+
- [PubSubClient](https://github.com/cziter15/pubsubclient3) originally developed by @hmueller01 and @knolleary
237+
- [arduinoWebSockets](https://github.com/cziter15/arduinoWebSockets) originally developed by @Links2004

library.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ksIotFrameworkLib",
3-
"version": "1.0.21e",
3+
"version": "1.0.22",
44
"description": "Arduino based Library for ESP32/ESP8266 - composition oriented internet of things framework that provides easy to use architecture, handles device setup (wifi manager), network connectivity, MQTT telemetry protocol and more... ",
55
"keywords": "iot, framework, esp32, esp8266, library",
66
"repository": {
@@ -15,7 +15,7 @@
1515
},
1616
"license": "MIT",
1717
"dependencies": {
18-
"knolleary/PubSubClient": "https://github.com/knolleary/pubsubclient",
18+
"cziter15/pubsubclient3": "https://github.com/cziter15/pubsubclient3",
1919
"cziter15/arduinoWebSockets": "https://github.com/cziter15/arduinoWebSockets"
2020
},
2121
"frameworks": "arduino",

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=ksIotFrameworkLib
2-
version=1.0.21e
2+
version=1.0.22
33
author=Krzysztof Strehlau
44
maintainer=Krzysztof Strehlau
55
sentence=ksIotFrameworkLib Library

0 commit comments

Comments
 (0)