From e623443aa7b37ad302fb43dad5338ceafcad7ebb Mon Sep 17 00:00:00 2001 From: Adrian Scillato <35405447+ascillato@users.noreply.github.com> Date: Tue, 17 Apr 2018 16:31:28 -0300 Subject: [PATCH] Update xdrv_11_KNX.ino --- sonoff/xdrv_11_KNX.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sonoff/xdrv_11_KNX.ino b/sonoff/xdrv_11_KNX.ino index 28fdc5145..2ae2cb7c0 100644 --- a/sonoff/xdrv_11_KNX.ino +++ b/sonoff/xdrv_11_KNX.ino @@ -49,10 +49,10 @@ Constants in sonoff.h #define MAX_CALLBACK_ASSIGNMENTS 10 #define MAX_CALLBACKS 10 Both to MAX_KNX_CB -*/ void KNX_CB_Action(message_t const &msg, void *arg); // Define function (action callback) to be called by the KNX_IP Library // when an action is requested by another KNX Device +*/ address_t KNX_physs_addr; // Physical KNX address of this device address_t KNX_addr; // KNX Address converter variable