Commit 14d1b0775fb074203cf5457f38e8877ff5f9dabf

Authored by 고영탁
1 parent da07b3f330
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/realtimesensorwindow.h
... ... @@ -35,7 +35,7 @@ private:
35 35 0,1,3,4,5,6,7,8,12,13
36 36 };
37 37 const uint16_t m_arrCriticalValue[REALSENSOR_CONTROL_LIST_ITEM_MAX] = {
38   - 320,120,120,270,300,300,300,300,80,80
  38 + 320,120,120,150,300,300,300,300,80,80
39 39 };
40 40  
41 41 Ui::RealtimeSensorWindow *ui;
... ...