From dc9de765854998c35020fc50033130fc6a2efc83 Mon Sep 17 00:00:00 2001 From: Adrian Scillato <35405447+ascillato@users.noreply.github.com> Date: Wed, 18 Apr 2018 22:22:33 -0300 Subject: [PATCH] Update sonoff_post.h --- sonoff/sonoff_post.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sonoff/sonoff_post.h b/sonoff/sonoff_post.h index 0143234b6..d488f4ea4 100644 --- a/sonoff/sonoff_post.h +++ b/sonoff/sonoff_post.h @@ -33,8 +33,10 @@ void WifiWpsStatusCallback(wps_cb_status status); } #endif +//#ifdef USE_KNX // Enabling this will fail compilation. It has no impact if not used. (20180417) #include void KNX_CB_Action(message_t const &msg, void *arg); +//#endif // USE_KNX #define USE_DHT // Default DHT11 sensor needs no external library