mirror of
https://github.com/Laxilef/OTGateway.git
synced 2025-12-26 10:03:35 +05:00
style: formatting
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user