add masks for esp8266

This commit is contained in:
Thomas Kunze 2020-11-18 17:56:19 +01:00
parent 2aecc213ff
commit 9dd7aeb353

View File

@ -355,6 +355,10 @@ template <class P, class B> class KnxFacade : private SaveRestore
// predefined global instance for IP only
#if MASK_VERSION == 0x57B0
extern KnxFacade<EspPlatform, Bau57B0> knx;
#elif MASK_VERSION == 0x27B0
extern KnxFacade<SamdPlatform, Bau27B0> knx;
#elif MASK_VERSION == 0x091A
extern KnxFacade<SamdPlatform, Bau2920> knx;
#else
#error "Mask version not supported on ARDUINO_ARCH_ESP8266"
#endif