Skip to content

Commit 287f440

Browse files
authored
Merge pull request #20 from Sensirion/updateUPTcore
Update to UPT Core 0.9
2 parents c2c74d4 + ee7dd06 commit 287f440

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
### Changed
1111

12-
- Updates to make it compile with arduino upt core 0.7.0
12+
- Updates to make it compile with arduino upt core 0.9
1313

1414
## 0.1.0
1515

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ category=Communication
88
url=https://github.com/Sensirion/arduino-upt-mqtt-client
99
architectures=esp32
1010
includes=MqttMailingService.h
11-
depends=Sensirion UPT Core (=0.7.0)
11+
depends=Sensirion UPT Core (=0.9.4)

platformio.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ extra_scripts =
2323
pre:py_scripts/make_cpp_files.py
2424
lib_deps =
2525
${common.lib_deps_builtin}
26-
sensirion/Sensirion UPT Core@^0.8.0
26+
sensirion/Sensirion UPT Core@^0.9.4
2727
lib_extra_dirs =
2828
${PROJECT_DIR}/src/*
2929
check_tool = cppcheck, clangtidy

0 commit comments

Comments
 (0)