From e33bd774ca6ba826f21ef21246ee05cf484d7af7 Mon Sep 17 00:00:00 2001 From: rueckix <39458989+rueckix@users.noreply.github.com> Date: Sun, 6 Dec 2020 12:13:45 +0100 Subject: [PATCH] Fix: "bool BauSystemBCoupler::configured()" always returns false when KNXSecure is not supported/configured in ETS --- src/knx/config.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/knx/config.h b/src/knx/config.h index 2ef1b85..0b3ce64 100644 --- a/src/knx/config.h +++ b/src/knx/config.h @@ -57,7 +57,8 @@ #endif // KNX Data Secure Options -#define USE_DATASECURE +// Define via a compiler -D flag if required +// #define USE_DATASECURE #endif