From 1b669347522c4b9d318d879d54ba9779e260b2d3 Mon Sep 17 00:00:00 2001 From: byloveletter Date: Fri, 7 Jan 2022 16:53:14 +0900 Subject: [PATCH] =?UTF-8?q?=EC=9E=AC=EC=84=B8=EC=B2=99=ED=95=98=EC=A7=80?= =?UTF-8?q?=20=EC=95=8A=EA=B3=A0=20=EC=88=98=EC=9C=84=EB=B3=80=ED=99=94=20?= =?UTF-8?q?=ED=98=9C=EC=84=AD=20=EC=A0=80=EC=9E=A5=ED=95=98=EB=8A=94=20?= =?UTF-8?q?=EB=B2=84=EC=A0=84=201.6.04=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 d20e6ad..d213f68 100644 --- a/app/gui/oven_control/define.h +++ b/app/gui/oven_control/define.h @@ -5,14 +5,14 @@ #define MAJOR_VER 1 #define MINOR_VER 6 -#define HOTFIX_VER 4 +#define HOTFIX_VER 5 // 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