mirror of https://github.com/arendst/Tasmota.git
Update sonoff_post.h
This commit is contained in:
parent
826eac2b48
commit
dc9de76585
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue