mirror of
https://github.com/thelsing/knx.git
synced 2024-12-18 19:08:18 +01:00
add masks for esp8266
This commit is contained in:
parent
2aecc213ff
commit
9dd7aeb353
@ -355,6 +355,10 @@ template <class P, class B> class KnxFacade : private SaveRestore
|
|||||||
// predefined global instance for IP only
|
// predefined global instance for IP only
|
||||||
#if MASK_VERSION == 0x57B0
|
#if MASK_VERSION == 0x57B0
|
||||||
extern KnxFacade<EspPlatform, Bau57B0> knx;
|
extern KnxFacade<EspPlatform, Bau57B0> knx;
|
||||||
|
#elif MASK_VERSION == 0x27B0
|
||||||
|
extern KnxFacade<SamdPlatform, Bau27B0> knx;
|
||||||
|
#elif MASK_VERSION == 0x091A
|
||||||
|
extern KnxFacade<SamdPlatform, Bau2920> knx;
|
||||||
#else
|
#else
|
||||||
#error "Mask version not supported on ARDUINO_ARCH_ESP8266"
|
#error "Mask version not supported on ARDUINO_ARCH_ESP8266"
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user