From 3210318c7722719780a865552efe5637fc58e084 Mon Sep 17 00:00:00 2001 From: byloveletter Date: Thu, 16 Jul 2020 14:32:08 +0900 Subject: [PATCH] =?UTF-8?q?=EC=98=A4=EB=B8=90=20=EC=97=90=EB=9F=AC=20?= =?UTF-8?q?=EB=B2=88=EC=A7=80=20=EC=A3=BC=EC=84=9D=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/gui/oven_control/ovenstatics.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/app/gui/oven_control/ovenstatics.h b/app/gui/oven_control/ovenstatics.h index 387949e..23d7e46 100644 --- a/app/gui/oven_control/ovenstatics.h +++ b/app/gui/oven_control/ovenstatics.h @@ -222,6 +222,7 @@ private: * 180920 : 중심온도 센서 과열 에러 삭제 * * 190618 : 수위센서 에러 삭제 */ + //30047 const uint32_t sys_err_mask[3][MAX_MODEL_COUNT] = { {0x0198, //ele_10 0x0198, //ele_20 @@ -263,6 +264,7 @@ private: 0x039f //lng_40 } //washing state }; + //30048 const uint32_t comm_err_mask[3][MAX_MODEL_COUNT] = { {0x000d, //ele_10 0x001f, //ele_20 @@ -319,7 +321,7 @@ private: // }; - +//30049 const uint32_t sensor_err_mask[3][MAX_MODEL_COUNT] = { {0x0213, //ele10 0x0213, //ele 20 @@ -361,7 +363,7 @@ private: 0x0213 //lng40 } // washing state }; - +//30057 const uint32_t state_err_mask[3][MAX_MODEL_COUNT] = { {0x0018, //ele 10 0x0018, //ele 20 -- 2.1.4