diff --git a/src/main.cpp b/src/main.cpp index e0e1147..fba7ebe 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -108,6 +108,8 @@ void setup() { espmega.outputs.setValue(i, 4095); } + espmega.outputs.setState(12, true); + espmega.outputs.setValue(12,4095); espmega.installCard(2, &climateCard); climateCard.bindFRAM(&espmega.fram, 5000); climateCard.loadStateFromFRAM();