Skip to content

Commit 2ab614d

Browse files
Merge pull request #39 from klew/master
Version increment
2 parents ce87ac4 + a12526e commit 2ab614d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

library.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ sentence=Library enables you to connect the device to the SUPLA automation syste
55
paragraph=It provides easy interface for adding various sensors, relays, buttons, roller shutters, etc. that can be controlled via SUPLA Cloud and application on mobile device.
66
url=https://github.com/SUPLA/supla-arduino
77
architectures=avr,esp32,esp8266
8-
version=2.3.4
8+
version=2.3.5
99
dependencies=
1010
core-dependencies=arduino (>=1.5.0)
1111
category=Communication

src/SuplaDevice.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ bool SuplaDeviceClass::begin(unsigned char version) {
182182

183183
if (strnlen(Supla::Channel::reg_dev.SoftVer, SUPLA_SOFTVER_MAXSIZE) == 0) {
184184
setString(Supla::Channel::reg_dev.SoftVer,
185-
"User SW, lib 2.3.4",
185+
"User SW, lib 2.3.5",
186186
SUPLA_SOFTVER_MAXSIZE);
187187
}
188188

0 commit comments

Comments
 (0)