Commit 1971a7780c62aae5bcc791a0ea4797fc212cb776
1 parent
b67520704b
Exists in
fhd
수위 Haccp 저장 버전 2.0.06 릴리즈
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
app/gui/oven_control/define.h
| ... | ... | @@ -5,14 +5,14 @@ |
| 5 | 5 | |
| 6 | 6 | #define MAJOR_VER 2 |
| 7 | 7 | #define MINOR_VER 0 |
| 8 | -#define HOTFIX_VER 5 | |
| 8 | +#define HOTFIX_VER 6 | |
| 9 | 9 | |
| 10 | 10 | // 0 for normal |
| 11 | 11 | // 1 for premium |
| 12 | 12 | #define MODEL_GRADE 1 |
| 13 | 13 | |
| 14 | 14 | #define ENABLE_WASH_RESUMING 0 |
| 15 | -#define WATER_LEVEL_HACCP_STAMP 0 | |
| 15 | +#define WATER_LEVEL_HACCP_STAMP 1 | |
| 16 | 16 | |
| 17 | 17 | namespace Define |
| 18 | 18 | { | ... | ... |