Skip to content

Commit

Permalink
Merge pull request #39 from klew/master
Browse files Browse the repository at this point in the history
Version increment
  • Loading branch information
przemyslawzygmunt authored Jun 15, 2021
2 parents ce87ac4 + a12526e commit 2ab614d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ sentence=Library enables you to connect the device to the SUPLA automation syste
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.
url=https://github.com/SUPLA/supla-arduino
architectures=avr,esp32,esp8266
version=2.3.4
version=2.3.5
dependencies=
core-dependencies=arduino (>=1.5.0)
category=Communication
2 changes: 1 addition & 1 deletion src/SuplaDevice.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ bool SuplaDeviceClass::begin(unsigned char version) {

if (strnlen(Supla::Channel::reg_dev.SoftVer, SUPLA_SOFTVER_MAXSIZE) == 0) {
setString(Supla::Channel::reg_dev.SoftVer,
"User SW, lib 2.3.4",
"User SW, lib 2.3.5",
SUPLA_SOFTVER_MAXSIZE);
}

Expand Down

0 comments on commit 2ab614d

Please # to comment.