diff --git a/src/OpenThermTask.h b/src/OpenThermTask.h index 8422a8e..76b30f1 100644 --- a/src/OpenThermTask.h +++ b/src/OpenThermTask.h @@ -69,10 +69,10 @@ protected: return; } - #ifdef OT_BYPASS_RELAY_GPIO + #ifdef OT_BYPASS_RELAY_GPIO pinMode(OT_BYPASS_RELAY_GPIO, OUTPUT); digitalWrite(OT_BYPASS_RELAY_GPIO, true); - #endif + #endif // create instance this->instance = new CustomOpenTherm(settings.opentherm.inGpio, settings.opentherm.outGpio);