Update ise_display.cpp
This commit is contained in:
parent
cdaeb70a8d
commit
6e6a516560
1 changed files with 1 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue