Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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