We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e2b33c commit 281ff81Copy full SHA for 281ff81
CHANGELOG.md
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
7
## [Unreleased]
8
9
+## [2.1.5] - 2020-07-25
10
+### Changed
11
+- Modified MQTT topic to use / instead of * due to invalid character issues when used with ioBroker
12
+
13
## [2.1.4] - 2020-07-24
14
### Changed
15
- Worked on the docs
src/config.h
@@ -4,7 +4,7 @@
4
#include "Arduino.h"
5
#include "Sensor.h"
-const char *VERSION = "2.1.4";
+const char *VERSION = "2.1.5";
// Modifying the config version will probably cause a loss of the existig configuration.
// Be careful!
0 commit comments