Browse Source

更新错误码

change_pipette_api
zhaohe 1 year ago
parent
commit
ca26bbc754
  1. 2
      api/apibasic/errorcode.cpp

2
api/apibasic/errorcode.cpp

@ -54,6 +54,8 @@ static ecode_table_item_t table[] = {
ERR_ITERM(kpipette_error_VolumeError),
ERR_ITERM(kpipette_error_TipAlreadyLoad),
ERR_ITERM(kpipette_error_TipLoadFail),
ERR_ITERM(kpipette_error_uninited),
ERR_ITERM(kpipette_error_not_lld_prepare),
ERR_ITERM(kpipette_error_tipisload_when_lld_prepare),
ERR_ITERM(kstep_motor_not_found_zero_point),
ERR_ITERM(kstep_motor_not_go_zero),

Loading…
Cancel
Save