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 83caf41 commit 7ccd6c6Copy full SHA for 7ccd6c6
CHANGELOG.md
@@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
7
## [Unreleased]
8
9
+## [2.1.4] - 2020-07-24
10
+### Changed
11
+- Worked on the docs
12
+- Added LED based feedback for SML data recognition
13
+
14
## [2.1.3] - 2020-04-17
15
### Changed
16
- Added hint to change AP password to the docs
src/config.h
@@ -4,7 +4,7 @@
4
#include "Arduino.h"
5
#include "Sensor.h"
-const char *VERSION = "2.1.3";
+const char *VERSION = "2.1.4";
// Modifying the config version will probably cause a loss of the existig configuration.
// Be careful!
0 commit comments