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