#endif got accidentally deleted after merge

This commit is contained in:
Phil1pp 2025-07-22 16:59:47 +02:00
parent 9aa4bee130
commit a8ed06c839
2 changed files with 2 additions and 1 deletions

View File

@ -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

View File

@ -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