diff options
Diffstat (limited to 'platformio/temphum_relayctl')
-rw-r--r-- | platformio/temphum_relayctl/src/main.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/platformio/temphum_relayctl/src/main.cpp b/platformio/temphum_relayctl/src/main.cpp index 0b05316..7f0945e 100644 --- a/platformio/temphum_relayctl/src/main.cpp +++ b/platformio/temphum_relayctl/src/main.cpp @@ -27,6 +27,7 @@ void setup() { main::setup(); relay::init(); + relay::off(); #if CONFIG_MODULE == HOMEKIT_SI7021 sensor = new temphum::Si7021(); |