Commit a6086f967efdb12c45a50d0e7af7da279fb13ea5
1 parent
5105f25726
Exists in
master
버전 1.5.07 해섭 저장 버전 배포
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 1 |
7 | 7 | #define MINOR_VER 6 |
8 | -#define HOTFIX_VER 6 | |
8 | +#define HOTFIX_VER 7 | |
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 VALVE_HACCP_STAMP 0 | |
15 | +#define VALVE_HACCP_STAMP 1 | |
16 | 16 | |
17 | 17 | namespace Define |
18 | 18 | { | ... | ... |