mirror of
https://github.com/Laxilef/OTGateway.git
synced 2025-12-27 02:23:36 +05:00
style: formatting
This commit is contained in:
@@ -69,10 +69,10 @@ protected:
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifdef OT_BYPASS_RELAY_GPIO
|
#ifdef OT_BYPASS_RELAY_GPIO
|
||||||
pinMode(OT_BYPASS_RELAY_GPIO, OUTPUT);
|
pinMode(OT_BYPASS_RELAY_GPIO, OUTPUT);
|
||||||
digitalWrite(OT_BYPASS_RELAY_GPIO, true);
|
digitalWrite(OT_BYPASS_RELAY_GPIO, true);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// create instance
|
// create instance
|
||||||
this->instance = new CustomOpenTherm(settings.opentherm.inGpio, settings.opentherm.outGpio);
|
this->instance = new CustomOpenTherm(settings.opentherm.inGpio, settings.opentherm.outGpio);
|
||||||
|
|||||||
Reference in New Issue
Block a user