|
@ -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"); |
|
|