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;