From 7e7a0b970964c760d5efd19c6f1f10159af90cd7 Mon Sep 17 00:00:00 2001 From: reaw55 <58457329+reaw55@users.noreply.github.com> Date: Sat, 30 Mar 2024 15:16:13 +0700 Subject: [PATCH] change mode to be correct --- src/ise_display.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ise_display.cpp b/src/ise_display.cpp index 8effc2e..3860c85 100644 --- a/src/ise_display.cpp +++ b/src/ise_display.cpp @@ -23,7 +23,7 @@ void ISEDisplay::begin(DigitalInputCard *inputCard, DigitalOutputCard *outputCar this->outputCallbackHandle = this->outputCard->registerChangeCallback(bindedHandlePWMChange); this->climateCallbackHandle = this->climateCard_daikin->registerChangeCallback(bindedHandleACChange); //this->climateCallbackHandle = this->climateCard_york->registerChangeCallback(bindedHandleACChange); - this->user_mode = 1; // initialized to cool by default + this->user_mode = 2; // initialized to cool by default this->pm_fan_speed = 10; //remote_pm_fan_speed->setValue(pm_fan_speed); this->ac_fan_speed = 0;