Browse Source

append

try_support_dt100n
zhaohe 3 weeks ago
parent
commit
213384e042
  1. 4
      appsrc/service/setting/device_ext_setting_mgr_service.cpp

4
appsrc/service/setting/device_ext_setting_mgr_service.cpp

@ -84,6 +84,10 @@ void DeviceExtSettingMgrService::initialize() {
REG_EXTFN_VOID(factoryResetDevice, void(void)); // REG_EXTFN_VOID(factoryResetDevice, void(void)); //
REG_EXTFN_VOID_DISPNAME(factoryResetDevice, "恢复出长设置(程序会重启)"); REG_EXTFN_VOID_DISPNAME(factoryResetDevice, "恢复出长设置(程序会重启)");
if (!PORT.isDeviceTypeInited()) {
return;
}
REG_LINE("Setting限制"); REG_LINE("Setting限制");
REG_EXTFN(setMaxInjectVelGPMLimit, void(int), val); REG_EXTFN(setMaxInjectVelGPMLimit, void(int), val);
REG_EXTFN_DISPNAME(setMaxInjectVelGPMLimit, "最大注射速度限制(GPM)", "val"); REG_EXTFN_DISPNAME(setMaxInjectVelGPMLimit, "最大注射速度限制(GPM)", "val");

Loading…
Cancel
Save