From 8a51dcc5cca46f5adbbe3b7d7e7d092cba745253 Mon Sep 17 00:00:00 2001 From: byloveletter Date: Mon, 21 Aug 2017 15:46:40 +0900 Subject: [PATCH] =?UTF-8?q?=ED=80=80=EC=B9=AD=EC=98=A8=EB=8F=84=20?= =?UTF-8?q?=ED=97=88=EC=9A=A9=20=EB=B2=94=EC=9C=84=20=EC=A1=B0=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 기존 120 -> 변경 160 --- app/gui/oven_control/realtimesensorwindow.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/gui/oven_control/realtimesensorwindow.h b/app/gui/oven_control/realtimesensorwindow.h index a3af2b2..41a3480 100644 --- a/app/gui/oven_control/realtimesensorwindow.h +++ b/app/gui/oven_control/realtimesensorwindow.h @@ -35,7 +35,7 @@ private: 0,1,3,4,5,6,7,8,12,13 }; const uint16_t m_arrCriticalValue[REALSENSOR_CONTROL_LIST_ITEM_MAX] = { - 320,120,120,150,300,300,300,300,80,80 + 320,160,120,150,300,300,300,300,80,80 }; Ui::RealtimeSensorWindow *ui; -- 2.1.4