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

## [Unreleased]

### Changed
### 0.2.1

- Updates to make it compile with arduino upt core 0.9

Expand All @@ -17,4 +17,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Add implementation of MQTT client with optional delegation of Wi-Fi setup and monitoring.
- Provide convenience functions to send Measurements.
- Ability to specify a global prefix for the topic.
- Supporting only PlatformIO
- Supporting only PlatformIO
4 changes: 2 additions & 2 deletions library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=Sensirion UPT MQTT Client
version=0.1.0
version=0.2.1
author=Maximilian Paulsen, Sensirion AG
maintainer=Sensirion AG <sensirion.com>
sentence=Send UPT Measurements to an MQTT broker
Expand All @@ -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.9.4)
depends=Sensirion UPT Core (=0.9.4)
Loading