mirror of
https://github.com/thelsing/knx.git
synced 2025-08-03 13:48:15 +02:00
#endif got accidentally deleted after merge
This commit is contained in:
parent
9aa4bee130
commit
a8ed06c839
@ -106,6 +106,7 @@ IRAM_ATTR void buttonEvent()
|
|||||||
KnxFacade<LibretinyPlatform, Bau091A> knx(buttonEvent);
|
KnxFacade<LibretinyPlatform, Bau091A> knx(buttonEvent);
|
||||||
#else
|
#else
|
||||||
#error "Mask version not supported on LIBRETINY"
|
#error "Mask version not supported on LIBRETINY"
|
||||||
|
#endif
|
||||||
|
|
||||||
#elif defined(ESP_PLATFORM)
|
#elif defined(ESP_PLATFORM)
|
||||||
// predefined global instance for TP or IP or TP/IP coupler
|
// predefined global instance for TP or IP or TP/IP coupler
|
||||||
|
@ -267,7 +267,6 @@ template <class P, class B> class KnxFacade : private SaveRestore
|
|||||||
|
|
||||||
void start()
|
void start()
|
||||||
{
|
{
|
||||||
|
|
||||||
if (_ledPin >= 0)
|
if (_ledPin >= 0)
|
||||||
{
|
{
|
||||||
#if defined(ESP_PLATFORM)
|
#if defined(ESP_PLATFORM)
|
||||||
@ -565,6 +564,7 @@ template <class P, class B> class KnxFacade : private SaveRestore
|
|||||||
extern KnxFacade<LibretinyPlatform, Bau091A> knx;
|
extern KnxFacade<LibretinyPlatform, Bau091A> knx;
|
||||||
#else
|
#else
|
||||||
#error "Mask version not supported on LIBRETINY"
|
#error "Mask version not supported on LIBRETINY"
|
||||||
|
#endif
|
||||||
#elif defined(ESP_PLATFORM)
|
#elif defined(ESP_PLATFORM)
|
||||||
// predefined global instance for TP or IP or TP/IP coupler
|
// predefined global instance for TP or IP or TP/IP coupler
|
||||||
#if MASK_VERSION == 0x07B0
|
#if MASK_VERSION == 0x07B0
|
||||||
|
Loading…
Reference in New Issue
Block a user