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 f81fc03 commit a07fa78Copy full SHA for a07fa78
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## 1.5.1
4
+
5
6
7
## 1.5.0
8
9
- Manual ROI configuration fixed
components/roode/roode.h
@@ -18,7 +18,7 @@ namespace esphome {
18
namespace roode {
19
#define NOBODY 0
20
#define SOMEONE 1
21
-#define VERSION "1.5.0"
+#define VERSION "1.5.1"
22
static const char *const TAG = "Roode";
23
static const char *const SETUP = "Setup";
24
static const char *const CALIBRATION = "Sensor Calibration";
0 commit comments