From 1703013ee882fae4342991ad1d3cc611f227db57 Mon Sep 17 00:00:00 2001 From: Ko Youngtak Date: Wed, 4 Sep 2024 16:41:34 +0900 Subject: [PATCH] =?UTF-8?q?Version=201.6.12=20=EC=A7=80=EC=A0=95?= 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 66b5486..ca2baad 100644 --- a/app/gui/oven_control/define.h +++ b/app/gui/oven_control/define.h @@ -5,11 +5,11 @@ #define MAJOR_VER 1 #define MINOR_VER 6 -#define HOTFIX_VER 11 +#define HOTFIX_VER 12 // 0 for normal // 1 for premium -#define MODEL_GRADE 1 +#define MODEL_GRADE 0 #define ENABLE_WASH_RESUMING 0 #define VALVE_HACCP_STAMP 1 -- 2.1.4