From 1971a7780c62aae5bcc791a0ea4797fc212cb776 Mon Sep 17 00:00:00 2001 From: byloveletter Date: Fri, 7 Jan 2022 19:12:17 +0900 Subject: [PATCH] =?UTF-8?q?=EC=88=98=EC=9C=84=20Haccp=20=EC=A0=80=EC=9E=A5?= =?UTF-8?q?=20=EB=B2=84=EC=A0=84=202.0.06=20=EB=A6=B4=EB=A6=AC=EC=A6=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/gui/oven_control/define.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/gui/oven_control/define.h b/app/gui/oven_control/define.h index f8511bd..599e69d 100644 --- a/app/gui/oven_control/define.h +++ b/app/gui/oven_control/define.h @@ -5,14 +5,14 @@ #define MAJOR_VER 2 #define MINOR_VER 0 -#define HOTFIX_VER 5 +#define HOTFIX_VER 6 // 0 for normal // 1 for premium #define MODEL_GRADE 1 #define ENABLE_WASH_RESUMING 0 -#define WATER_LEVEL_HACCP_STAMP 0 +#define WATER_LEVEL_HACCP_STAMP 1 namespace Define { -- 2.1.4