From 4829fd284acf20b23e78f87bb5b8800362f52e0c Mon Sep 17 00:00:00 2001 From: Yurii <34578544+Laxilef@users.noreply.github.com> Date: Wed, 8 Jan 2025 23:40:23 +0300 Subject: [PATCH] style: formatting --- src/OpenThermTask.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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);