diff --git a/src/ise_display.cpp b/src/ise_display.cpp index c3f9c46..8effc2e 100644 --- a/src/ise_display.cpp +++ b/src/ise_display.cpp @@ -240,7 +240,7 @@ void ISEDisplay::handleTouch(uint8_t page, uint8_t component, uint8_t touch_type if (touch_type != TOUCH_TYPE_RELEASE) break; this->climateCard_daikin->setTemperature(this->climateCard_daikin->getTemperature() + 1); - this->climateCard_york->setTemperature(this->climateCard_daikin()->getTemperature()); + this->climateCard_york->setTemperature(this->climateCard_daikin->getTemperature()); // updateACState(); break; case COMPONENT_PM_TOGGLE_BUTTON: