Commit 1b669347522c4b9d318d879d54ba9779e260b2d3

Authored by 고영탁
1 parent f7f98d0202
Exists in master

재세척하지 않고 수위변화 혜섭 저장하는 버전 1.6.04 릴리즈

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 4
  8 +#define HOTFIX_VER 5
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 {
... ...