We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45b69f1 commit ab1ef0eCopy full SHA for ab1ef0e
2 files changed
include/versions.h
@@ -1,6 +1,6 @@
1
#pragma once
2
3
-#define MAIN_Version "5a1ca6a"
+#define MAIN_Version "45b69f1"
4
#define KNX_Version "2.1.0+84a0ce3"
5
#define MODULE_Common_Version "1.2.0+8410b2a"
6
#define MODULE_Common_ETS 18
src/main.cpp
@@ -7,7 +7,7 @@
7
8
void setup()
9
{
10
- const uint8_t firmwareRevision = 7;
+ const uint8_t firmwareRevision = 13;
11
openknx.init(firmwareRevision);
12
openknx.addModule(1, openknxLogic);
13
openknx.addModule(2, openknxFingerprintModule);
0 commit comments