Commit 3210318c7722719780a865552efe5637fc58e084

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

오븐 에러 번지 주석 추가

Showing 1 changed file with 4 additions and 2 deletions   Show diff stats
app/gui/oven_control/ovenstatics.h
... ... @@ -222,6 +222,7 @@ private:
222 222 * 180920 : 중심온도 센서 과열 에러 삭제 *
223 223 * 190618 : 수위센서 에러 삭제
224 224 */
  225 + //30047
225 226 const uint32_t sys_err_mask[3][MAX_MODEL_COUNT] = {
226 227 {0x0198, //ele_10
227 228 0x0198, //ele_20
... ... @@ -263,6 +264,7 @@ private:
263 264 0x039f //lng_40
264 265 } //washing state
265 266 };
  267 + //30048
266 268 const uint32_t comm_err_mask[3][MAX_MODEL_COUNT] = {
267 269 {0x000d, //ele_10
268 270 0x001f, //ele_20
... ... @@ -319,7 +321,7 @@ private:
319 321 // };
320 322  
321 323  
322   -
  324 +//30049
323 325 const uint32_t sensor_err_mask[3][MAX_MODEL_COUNT] = {
324 326 {0x0213, //ele10
325 327 0x0213, //ele 20
... ... @@ -361,7 +363,7 @@ private:
361 363 0x0213 //lng40
362 364 } // washing state
363 365 };
364   -
  366 +//30057
365 367 const uint32_t state_err_mask[3][MAX_MODEL_COUNT] = {
366 368 {0x0018, //ele 10
367 369 0x0018, //ele 20
... ...