style: formatting

This commit is contained in:
Yurii
2025-01-08 23:40:23 +03:00
committed by GitHub
parent 3926221e79
commit 4829fd284a

View File

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