Browse Source

update

master
zhaohe 2 years ago
parent
commit
f10dfc372e
  1. 2
      components/zprotocol_helper/micro_computer_module_device_script_cmder_paser.cpp
  2. 2
      components/zprotocols/zcancmder_v2

2
components/zprotocol_helper/micro_computer_module_device_script_cmder_paser.cpp

@ -346,6 +346,8 @@ void MicroComputerModuleDeviceScriptCmderPaser::do_dumpreg(int32_t paramN, const
DUMP_CONFIG("boditech_optical_trf_uvled_off_duration_us", kreg_boditech_optical_trf_uvled_off_duration_us);
DUMP_CONFIG("boditech_optical_trf_scan_delay_us", kreg_boditech_optical_trf_scan_delay_us);
DUMP_CONFIG("boditech_optical_trf_scan_duration_us", kreg_boditech_optical_trf_scan_duration_us);
DUMP_CONFIG("boditech_optical_scan_gain_adjust_suggestion", kreg_boditech_optical_scan_gain_adjust_suggestion);
DUMP_CONFIG("boditech_optical_adc_result_overflow", kreg_boditech_optical_adc_result_overflow);
}
void MicroComputerModuleDeviceScriptCmderPaser::initialize(ICmdParser* cancmder, ZModuleDeviceManager* deviceManager) {

2
components/zprotocols/zcancmder_v2

@ -1 +1 @@
Subproject commit a054390521f3d534c96c4da175ca7784d0b9b6c3
Subproject commit d9d4bffd441feecbb133a48354b1fd0c7908c5ca
Loading…
Cancel
Save