Commit 0c0962857ee89f8d41e91d9be72710acf56a93c0

Authored by 고영탁
1 parent 5c3744ce8a
Exists in master and in 2 other branches fhd, fhd-demo

GUIV1.0.2

 - 퀀칭 유효온도 변경
app/gui/oven_control/define.h
@@ -5,7 +5,7 @@ @@ -5,7 +5,7 @@
5 5
6 #define MAJOR_VER 1 6 #define MAJOR_VER 1
7 #define MINOR_VER 0 7 #define MINOR_VER 0
8 -#define HOTFIX_VER 1 8 +#define HOTFIX_VER 2
9 9
10 namespace Define 10 namespace Define
11 { 11 {
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,160,120,150,300,300,300,300,80,80 38 + 320,210,120,150,300,300,300,300,80,80
39 }; 39 };
40 40
41 Ui::RealtimeSensorWindow *ui; 41 Ui::RealtimeSensorWindow *ui;