1
0
mirror of https://github.com/EliasKotlyar/Xiaomi-Dafang-Hacks.git synced 2025-09-09 15:40:45 +02:00

Update action.cgi

Current motor driver does not differentiate between horizontal and vertical calibration
This commit is contained in:
jmtatsch
2018-07-02 10:31:52 +02:00
committed by GitHub
parent 7e04fa931a
commit 301dadc183

View File

@@ -178,8 +178,9 @@ if [ -n "$F_cmd" ]; then
;;
motor_calibrate)
# Current motor driver does not differentiate between horizontal and vertical calibration
/system/sdcard/bin/motor -d h -s 100
/system/sdcard/bin/motor -d v -s 100
# /system/sdcard/bin/motor -d v -s 100
;;
motor_PTZ)