Commit 6004c7e6ffc7bacc4beae7e3df85e30575d9c948

Authored by 고영탁
1 parent 533cb91d4a
Exists in fhd

Version 2.0.9 릴리즈 Haccp 밸브 기준 및 세척 이어하기 생략

Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
app/gui/oven_control/define.h
@@ -5,14 +5,14 @@ @@ -5,14 +5,14 @@
5 5
6 #define MAJOR_VER 2 6 #define MAJOR_VER 2
7 #define MINOR_VER 0 7 #define MINOR_VER 0
8 -#define HOTFIX_VER 8 8 +#define HOTFIX_VER 9
9 9
10 // 0 for normal 10 // 0 for normal
11 // 1 for premium 11 // 1 for premium
12 #define MODEL_GRADE 1 12 #define MODEL_GRADE 1
13 13
14 #define ENABLE_WASH_RESUMING 0 14 #define ENABLE_WASH_RESUMING 0
15 -#define VALVE_HACCP_STAMP 0 15 +#define VALVE_HACCP_STAMP 1
16 16
17 namespace Define 17 namespace Define
18 { 18 {