Skip to content

Commit

Permalink
Release 0.6.13.
Browse files Browse the repository at this point in the history
  • Loading branch information
Andreas Breitschopp committed Oct 16, 2024
1 parent 45b69f1 commit ab1ef0e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion include/versions.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#pragma once

#define MAIN_Version "5a1ca6a"
#define MAIN_Version "45b69f1"
#define KNX_Version "2.1.0+84a0ce3"
#define MODULE_Common_Version "1.2.0+8410b2a"
#define MODULE_Common_ETS 18
Expand Down
2 changes: 1 addition & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

void setup()
{
const uint8_t firmwareRevision = 7;
const uint8_t firmwareRevision = 13;
openknx.init(firmwareRevision);
openknx.addModule(1, openknxLogic);
openknx.addModule(2, openknxFingerprintModule);
Expand Down

0 comments on commit ab1ef0e

Please sign in to comment.