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 CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Changed

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

## 0.1.0

Expand Down
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ category=Communication
url=https://github.com/Sensirion/arduino-upt-mqtt-client
architectures=esp32
includes=MqttMailingService.h
depends=Sensirion UPT Core (=0.7.0)
depends=Sensirion UPT Core (=0.9.4)
2 changes: 1 addition & 1 deletion platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ extra_scripts =
pre:py_scripts/make_cpp_files.py
lib_deps =
${common.lib_deps_builtin}
sensirion/Sensirion UPT Core@^0.8.0
sensirion/Sensirion UPT Core@^0.9.4
lib_extra_dirs =
${PROJECT_DIR}/src/*
check_tool = cppcheck, clangtidy
Expand Down
Loading