Skip to content

Commit

Permalink
Merge pull request #56 from SUPLA/develop
Browse files Browse the repository at this point in the history
Software version increment 2.4.0
  • Loading branch information
przemyslawzygmunt authored Dec 7, 2021
2 parents e19fb54 + 068e109 commit a8b8390
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.5
version=2.4.0
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.5",
"User SW, lib 2.4.0",
SUPLA_SOFTVER_MAXSIZE);
}

Expand Down

0 comments on commit a8b8390

Please sign in to comment.