Skip to content

Commit ab1ef0e

Browse files
committed
Release 0.6.13.
1 parent 45b69f1 commit ab1ef0e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

include/versions.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#pragma once
22

3-
#define MAIN_Version "5a1ca6a"
3+
#define MAIN_Version "45b69f1"
44
#define KNX_Version "2.1.0+84a0ce3"
55
#define MODULE_Common_Version "1.2.0+8410b2a"
66
#define MODULE_Common_ETS 18

src/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
void setup()
99
{
10-
const uint8_t firmwareRevision = 7;
10+
const uint8_t firmwareRevision = 13;
1111
openknx.init(firmwareRevision);
1212
openknx.addModule(1, openknxLogic);
1313
openknx.addModule(2, openknxFingerprintModule);

0 commit comments

Comments
 (0)