取消电机转动卡死故障检测
This commit is contained in:
parent
b71ec8611b
commit
b4f60be16a
|
@ -1,4 +1,5 @@
|
|||
*tmp*
|
||||
PROJECT/Debug/
|
||||
PROJECT/Release/
|
||||
PROJECT/settings/
|
||||
PROJECT/settings/
|
||||
*.ewp
|
|
@ -471,6 +471,7 @@ static char ptz_motor_rotate_fault_detect_task()
|
|||
time_ms = 0;
|
||||
}
|
||||
|
||||
return 0;
|
||||
|
||||
|
||||
if(g_ptz.vert_start_stop_set == PTZ_VERT_STOP)
|
||||
|
|
|
@ -716,11 +716,11 @@
|
|||
</option>
|
||||
<option>
|
||||
<name>OCOutputOverride</name>
|
||||
<state>1</state>
|
||||
<state>0</state>
|
||||
</option>
|
||||
<option>
|
||||
<name>OOCOutputFile</name>
|
||||
<state>MW22_02A-3S24_STEP_V20-SV20_23120701.bin</state>
|
||||
<state>OS2.bin</state>
|
||||
</option>
|
||||
<option>
|
||||
<name>OOCCommandLineProducer</name>
|
||||
|
@ -823,7 +823,7 @@
|
|||
</option>
|
||||
<option>
|
||||
<name>IlinkIcfFile</name>
|
||||
<state>D:\psx\Pan-Tilt\1.software\HY\2.0 MW22-02A\BSP\IAR\GD32F450xE.icf</state>
|
||||
<state>D:\psx\Pan-Tilt\1.software\HY\2.0 MW22-02A\BSP\IAR\GD32F450xE_APP.icf</state>
|
||||
</option>
|
||||
<option>
|
||||
<name>IlinkIcfFileSlave</name>
|
||||
|
|
Loading…
Reference in New Issue