Commit c913981b7139d73cf6784d455c812e5566eefbe0

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

유량센서 에러 비활성화

Showing 1 changed file with 13 additions and 12 deletions   Show diff stats
app/gui/oven_control/ovenstatics.h
... ... @@ -220,20 +220,21 @@ public:
220 220 private:
221 221 /*
222 222 * 180920 : 중심온도 센서 과열 에러 삭제 *
  223 + * 190618 : 수위센서 에러 삭제
223 224 */
224 225 const uint32_t sys_err_mask[3][MAX_MODEL_COUNT] = {
225   - {0x0398, //ele_10
226   - 0x0398, //ele_20
227   - 0x0398, //ele_24
228   - 0x0398, //ele_40
229   - 0x0398, //lpg_10
230   - 0x0398, //lpg_20
231   - 0x0398, //lpg_24
232   - 0x0398, //lpg_40
233   - 0x0398, //lng_10
234   - 0x0398, //lng_20
235   - 0x0398, //lng_24
236   - 0x0398 //lng_40
  226 + {0x0198, //ele_10
  227 + 0x0198, //ele_20
  228 + 0x0198, //ele_24
  229 + 0x0198, //ele_40
  230 + 0x0198, //lpg_10
  231 + 0x0198, //lpg_20
  232 + 0x0198, //lpg_24
  233 + 0x0198, //lpg_40
  234 + 0x0198, //lng_10
  235 + 0x0198, //lng_20
  236 + 0x0198, //lng_24
  237 + 0x0198 //lng_40
237 238 },// noncooking state
238 239 {0x039d, //ele_10
239 240 0x039f, //ele_20
... ...