diff --git a/app/gui/oven_control/washwindow.cpp b/app/gui/oven_control/washwindow.cpp index f55687e..ae94e0e 100644 --- a/app/gui/oven_control/washwindow.cpp +++ b/app/gui/oven_control/washwindow.cpp @@ -137,7 +137,7 @@ void WashWindow::start(int type) this->type = type; - if (udp->getData().curr_heat > 60) + if (udp->getData().sensor1 > 60) { state = CoolDown;