Commit 807ad2be69a6cd91ab41b78f552703506a1d8b26
1 parent
c3af501ea0
Exists in
master
and in
2 other branches
키패드 볼륨 설정 값 표시 오류 수정
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
app/gui/oven_control/config.h
... | ... | @@ -275,7 +275,7 @@ class Config : public QObject |
275 | 275 | */ |
276 | 276 | const uint8_t config_data_type[MAX_CONFIG_COUNT] = { |
277 | 277 | 0x80, 0x80, 0x80, 0x00, 0x00, 0x80, 0x80, 0x00, 0x80, 0x00, 0x80, 0x80, 0x80, //Settings |
278 | - 0x00, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x02, | |
278 | + 0x00, 0x03, 0x00, 0x03, 0x03, 0x03, 0x03, 0x02, | |
279 | 279 | 0x02, 0x02, 0x02,0x02, 0x02,0x02, 0x80, 0x80, 0x80, 0x02, 0x02, |
280 | 280 | 0x80, 0x00, 0x00,0x00, |
281 | 281 | 0x80, 0x00, 0x00, | ... | ... |