Fix: "bool BauSystemBCoupler::configured()"

always returns false when KNXSecure is not supported/configured in ETS
This commit is contained in:
rueckix 2020-12-06 12:13:45 +01:00
parent f3751b6ccd
commit e33bd774ca

View File

@ -57,7 +57,8 @@
#endif
// KNX Data Secure Options
#define USE_DATASECURE
// Define via a compiler -D flag if required
// #define USE_DATASECURE
#endif