From 075cc6a64bb04b3a875dc827a6ac313595ab56f9 Mon Sep 17 00:00:00 2001 From: zhaohe Date: Fri, 17 May 2024 12:21:48 +0800 Subject: [PATCH] update --- src/configs/project_setting.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/configs/project_setting.hpp b/src/configs/project_setting.hpp index c7b08dc..8de6885 100644 --- a/src/configs/project_setting.hpp +++ b/src/configs/project_setting.hpp @@ -9,8 +9,8 @@ #define REG_DEVICE_ID 0x0001 // 重启标识 #define REG_EXCEPTION_FLAG 0x0100 // 异常标志位 -#define PROJECT_TYPE_LARGE_SPACE_DISINFECTION 1 // 大空间 -// #define PROJECT_TYPE_SMALL_SPACE_DISINFECTION 1 // 小空间 +// #define PROJECT_TYPE_LARGE_SPACE_DISINFECTION 1 // 大空间 +#define PROJECT_TYPE_SMALL_SPACE_DISINFECTION 1 // 小空间 // #define PROJECT_TYPE_PIPE_DISINFECTION 1 // 管道消毒机 #ifdef PROJECT_TYPE_SMALL_SPACE_DISINFECTION