aboutsummaryrefslogtreecommitdiff
path: root/platformio/temphum_relayctl/src/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'platformio/temphum_relayctl/src/main.cpp')
-rw-r--r--platformio/temphum_relayctl/src/main.cpp1
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();