Commit 43b3aef60c36caf01a629e07ad6353867f99b5dc
1 parent
776411ce50
Exists in
master
and in
2 other branches
버그 수정
- 타이머 삭제 루틴 제거
Showing
5 changed files
with
8 additions
and
8 deletions
Show diff stats
app/gui/oven_control/config.cpp
app/gui/oven_control/config.h
... | ... | @@ -246,6 +246,7 @@ class Config : public QObject |
246 | 246 | * 1 = float |
247 | 247 | * 2 = only String, |
248 | 248 | * 3 = int +1 |
249 | + * 7f = none value | |
249 | 250 | */ |
250 | 251 | const uint8_t config_data_type[MAX_CONFIG_COUNT] = { |
251 | 252 | 0x80, 0x80, 0x80, 0x00, 0x00, 0x80, 0x80, 0x00, 0x80, 0x00, 0x80, 0x80, 0x80, //Settings |
... | ... | @@ -253,7 +254,7 @@ class Config : public QObject |
253 | 254 | 0x02, 0x02, 0x02,0x02, 0x02,0x02, 0x80, 0x80, 0x80, 0x02, 0x02, |
254 | 255 | 0x80, 0x00, 0x00,0x00, |
255 | 256 | 0x80, 0x00, 0x00, |
256 | - 0x80, 0x80, 0x80,0x80,0x80,0x80 | |
257 | + 0x7F,0x7F,0x7F,0x7F,0x7F,0x7F | |
257 | 258 | }; |
258 | 259 | |
259 | 260 | const char config_format_kr[MAX_CONFIG_COUNT][64]={ | ... | ... |
app/gui/oven_control/realtimepartswindow.cpp
app/gui/oven_control/realtimesensorwindow.cpp
app/gui/oven_control/usbcheckpopupdlg.cpp