Commit 8a51dcc5cca46f5adbbe3b7d7e7d092cba745253
1 parent
4a1cc6a99e
Exists in
master
and in
2 other branches
퀀칭온도 허용 범위 조정
- 기존 120 -> 변경 160
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,7 +35,7 @@ private: | ||
35 | 0,1,3,4,5,6,7,8,12,13 | 35 | 0,1,3,4,5,6,7,8,12,13 |
36 | }; | 36 | }; |
37 | const uint16_t m_arrCriticalValue[REALSENSOR_CONTROL_LIST_ITEM_MAX] = { | 37 | const uint16_t m_arrCriticalValue[REALSENSOR_CONTROL_LIST_ITEM_MAX] = { |
38 | - 320,120,120,150,300,300,300,300,80,80 | 38 | + 320,160,120,150,300,300,300,300,80,80 |
39 | }; | 39 | }; |
40 | 40 | ||
41 | Ui::RealtimeSensorWindow *ui; | 41 | Ui::RealtimeSensorWindow *ui; |