Commit e7183cdbf34b8c4d4034a269aaa914003a7593f0
1 parent
599b9c3504
Exists in
master
and in
2 other branches
에러 비트 수정
- 중심온도에러 무효화
Showing
1 changed file
with
36 additions
and
36 deletions
Show diff stats
app/gui/oven_control/ovenstatics.h
@@ -315,44 +315,44 @@ private: | @@ -315,44 +315,44 @@ private: | ||
315 | // }; | 315 | // }; |
316 | 316 | ||
317 | const uint32_t sensor_err_mask[3][MAX_MODEL_COUNT] = { | 317 | const uint32_t sensor_err_mask[3][MAX_MODEL_COUNT] = { |
318 | - {0x03f3, //ele10 | ||
319 | - 0x03f3, //ele 20 | ||
320 | - 0x03f3, //ele 24 | ||
321 | - 0x03f3, //ele 40 | ||
322 | - 0x03f3, //lpg 10 | ||
323 | - 0x03f3, //lpg 20 | ||
324 | - 0x03f3, //lpg 24 | ||
325 | - 0x03f3, //lpg 40 | ||
326 | - 0x03f3, //lng 10 | ||
327 | - 0x03f3, //lng 20 | ||
328 | - 0x03f3, //lng 24 | ||
329 | - 0x03f3 //lng40 | 318 | + {0x0213, //ele10 |
319 | + 0x0213, //ele 20 | ||
320 | + 0x0213, //ele 24 | ||
321 | + 0x0213, //ele 40 | ||
322 | + 0x0213, //lpg 10 | ||
323 | + 0x0213, //lpg 20 | ||
324 | + 0x0213, //lpg 24 | ||
325 | + 0x0213, //lpg 40 | ||
326 | + 0x0213, //lng 10 | ||
327 | + 0x0213, //lng 20 | ||
328 | + 0x0213, //lng 24 | ||
329 | + 0x0213 //lng40 | ||
330 | }, // end of noncooking state | 330 | }, // end of noncooking state |
331 | - {0x03f3, //ele10 | ||
332 | - 0x03f3, //ele 20 | ||
333 | - 0x03f3, //ele 24 | ||
334 | - 0x03f3, //ele 40 | ||
335 | - 0x03f3, //lpg 10 | ||
336 | - 0x03f3, //lpg 20 | ||
337 | - 0x03f3, //lpg 24 | ||
338 | - 0x03f3, //lpg 40 | ||
339 | - 0x03f3, //lng 10 | ||
340 | - 0x03f3, //lng 20 | ||
341 | - 0x03f3, //lng 24 | ||
342 | - 0x03f3 //lng40 | 331 | + {0x0213, //ele10 |
332 | + 0x0213, //ele 20 | ||
333 | + 0x0213, //ele 24 | ||
334 | + 0x0213, //ele 40 | ||
335 | + 0x0213, //lpg 10 | ||
336 | + 0x0213, //lpg 20 | ||
337 | + 0x0213, //lpg 24 | ||
338 | + 0x0213, //lpg 40 | ||
339 | + 0x0213, //lng 10 | ||
340 | + 0x0213, //lng 20 | ||
341 | + 0x0213, //lng 24 | ||
342 | + 0x0213 //lng40 | ||
343 | }, //cooking state | 343 | }, //cooking state |
344 | - {0x03f3, //ele10 | ||
345 | - 0x03f3, //ele 20 | ||
346 | - 0x03f3, //ele 24 | ||
347 | - 0x03f3, //ele 40 | ||
348 | - 0x03f3, //lpg 10 | ||
349 | - 0x03f3, //lpg 20 | ||
350 | - 0x03f3, //lpg 24 | ||
351 | - 0x03f3, //lpg 40 | ||
352 | - 0x03f3, //lng 10 | ||
353 | - 0x03f3, //lng 20 | ||
354 | - 0x03f3, //lng 24 | ||
355 | - 0x03f3 //lng40 | 344 | + {0x0213, //ele10 |
345 | + 0x0213, //ele 20 | ||
346 | + 0x0213, //ele 24 | ||
347 | + 0x0213, //ele 40 | ||
348 | + 0x0213, //lpg 10 | ||
349 | + 0x0213, //lpg 20 | ||
350 | + 0x0213, //lpg 24 | ||
351 | + 0x0213, //lpg 40 | ||
352 | + 0x0213, //lng 10 | ||
353 | + 0x0213, //lng 20 | ||
354 | + 0x0213, //lng 24 | ||
355 | + 0x0213 //lng40 | ||
356 | } // washing state | 356 | } // washing state |
357 | }; | 357 | }; |
358 | 358 |