mirror of
https://github.com/thelsing/knx.git
synced 2025-07-30 13:46:26 +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);
|
||||
#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
|
||||
|
Loading…
Reference in New Issue
Block a user