From bb7e620d13bdc560b4c2c99e8ca15ab22001cff6 Mon Sep 17 00:00:00 2001 From: nanosonde <2073569+nanosonde@users.noreply.github.com> Date: Mon, 16 Dec 2019 16:12:48 +0100 Subject: [PATCH] Do not enable cEMI server per default. Is only enabled during platformio build externally --- src/knx/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/knx/config.h b/src/knx/config.h index 2b69f79..cfd23a6 100644 --- a/src/knx/config.h +++ b/src/knx/config.h @@ -10,7 +10,7 @@ #define GPIO_GDO0_PIN 24 // GPIO 24 (GPIO_GEN5) -> WiringPi: 5 -> Pin number on header: 18 #endif -#define USE_CEMI_SERVER +//#define USE_CEMI_SERVER #define USE_RF #define USE_TP #define USE_IP