From fd9bffbcf3c637591eca6b5b72f7a5f9fe5670b3 Mon Sep 17 00:00:00 2001 From: zhaohe Date: Thu, 5 Oct 2023 15:34:45 +0800 Subject: [PATCH] update --- errorcode.hpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/errorcode.hpp b/errorcode.hpp index 5f9178e..e6d4879 100644 --- a/errorcode.hpp +++ b/errorcode.hpp @@ -78,6 +78,8 @@ typedef enum { kSMTP2_AirSuction = ERROR_CODE(10000, 17), // 吸入空气 kSMTP2_Bubble = ERROR_CODE(10000, 18), // 液体中有气泡/泡沫 kSMTP2_VolumeError = ERROR_CODE(10000, 19), // 吸取/分配量不准确 + kSMTP2_TipAlreadyLoad = ERROR_CODE(10000, 20), // Tip已经装载 + kSMTP2_TipLoadFail = ERROR_CODE(10000, 21), /** * @brief 50000通用 */