Browse Source

update

master
zhaohe 2 years ago
parent
commit
fd9bffbcf3
  1. 2
      errorcode.hpp

2
errorcode.hpp

@ -78,6 +78,8 @@ typedef enum {
kSMTP2_AirSuction = ERROR_CODE(10000, 17), // 吸入空气 kSMTP2_AirSuction = ERROR_CODE(10000, 17), // 吸入空气
kSMTP2_Bubble = ERROR_CODE(10000, 18), // 液体中有气泡/泡沫 kSMTP2_Bubble = ERROR_CODE(10000, 18), // 液体中有气泡/泡沫
kSMTP2_VolumeError = ERROR_CODE(10000, 19), // 吸取/分配量不准确 kSMTP2_VolumeError = ERROR_CODE(10000, 19), // 吸取/分配量不准确
kSMTP2_TipAlreadyLoad = ERROR_CODE(10000, 20), // Tip已经装载
kSMTP2_TipLoadFail = ERROR_CODE(10000, 21),
/** /**
* @brief 50000 * @brief 50000
*/ */

Loading…
Cancel
Save