mirror of https://github.com/OpenIPC/wiki.git
Update ingenic-ptz.md
parent
396f89baa2
commit
e5b0d278e8
|
@ -15,7 +15,7 @@ Load the motor module with the following command:
|
|||
modprobe sample_motor hmaxstep=2540 vmaxstep=720 hst1=52 hst2=53 hst3=57 hst4=51 vst1=59 vst2=61 vst3=62 vst4=63
|
||||
```
|
||||
|
||||
To automate this process, add the line `sample_motor hmaxstep=2540 vmaxstep=720 hst1=52 hst2=53 hst3=57 hst4=51 vst1=59 vst2=61 vst3=62 vst4=63` to `/etc/modules`.
|
||||
To automate this process during boot, add the line `sample_motor hmaxstep=2540 vmaxstep=720 hst1=52 hst2=53 hst3=57 hst4=51 vst1=59 vst2=61 vst3=62 vst4=63` to `/etc/modules`.
|
||||
|
||||
## Module Configuration
|
||||
|
||||
|
|
Loading…
Reference in New Issue