Update sonoff_post.h

This commit is contained in:
Adrian Scillato 2018-04-18 22:22:33 -03:00 committed by GitHub
parent 826eac2b48
commit dc9de76585
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -33,8 +33,10 @@ void WifiWpsStatusCallback(wps_cb_status status);
} }
#endif #endif
//#ifdef USE_KNX // Enabling this will fail compilation. It has no impact if not used. (20180417)
#include <esp-knx-ip.h> #include <esp-knx-ip.h>
void KNX_CB_Action(message_t const &msg, void *arg); void KNX_CB_Action(message_t const &msg, void *arg);
//#endif // USE_KNX
#define USE_DHT // Default DHT11 sensor needs no external library #define USE_DHT // Default DHT11 sensor needs no external library