Commit d0f99720fb14a03aad68aa2d263abe42a42060f7

Authored by 김태훈
1 parent 8d6b74605c
Exists in master and in 2 other branches fhd, fhd-demo

온도 기준 변경

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
app/gui/oven_control/washwindow.cpp
... ... @@ -137,7 +137,7 @@ void WashWindow::start(int type)
137 137  
138 138 this->type = type;
139 139  
140   - if (udp->getData().curr_heat > 60)
  140 + if (udp->getData().sensor1 > 60)
141 141 {
142 142 state = CoolDown;
143 143  
... ...