Commit 1703013ee882fae4342991ad1d3cc611f227db57
1 parent
22fe3f227d
Exists in
master
Version 1.6.12 지정
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
app/gui/oven_control/define.h
| ... | ... | @@ -5,11 +5,11 @@ |
| 5 | 5 | |
| 6 | 6 | #define MAJOR_VER 1 |
| 7 | 7 | #define MINOR_VER 6 |
| 8 | -#define HOTFIX_VER 11 | |
| 8 | +#define HOTFIX_VER 12 | |
| 9 | 9 | |
| 10 | 10 | // 0 for normal |
| 11 | 11 | // 1 for premium |
| 12 | -#define MODEL_GRADE 1 | |
| 12 | +#define MODEL_GRADE 0 | |
| 13 | 13 | |
| 14 | 14 | #define ENABLE_WASH_RESUMING 0 |
| 15 | 15 | #define VALVE_HACCP_STAMP 1 | ... | ... |