mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-23 18:56:38 +00:00
Use only KNX header files
no need to include and compile whole KNX library
This commit is contained in:
parent
e699c71c78
commit
0989af6015
@ -33,10 +33,10 @@ extern "C" {
|
||||
}
|
||||
#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> // KNX Header files have to be global else compile fails -> lib/headers
|
||||
#ifdef USE_KNX
|
||||
void KNX_CB_Action(message_t const &msg, void *arg);
|
||||
//#endif // USE_KNX
|
||||
#endif // USE_KNX
|
||||
|
||||
void DomoticzTempHumPressureSensor(float temp, float hum, float baro = -1);
|
||||
char* ToHex_P(const unsigned char * in, size_t insz, char * out, size_t outsz, char inbetween = '\0');
|
||||
|
Loading…
x
Reference in New Issue
Block a user