X735 Software: Difference between revisions
No edit summary |
Replace <comments/> with <comment-streams /> |
||
| (3 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
{{ | {{Deprecated|Please refer to [[X735-script]].}} | ||
==Overview== | ==Overview== | ||
| Line 51: | Line 48: | ||
vi /etc/rc.local | vi /etc/rc.local | ||
< | <pre> | ||
#!/bin/sh -e | #!/bin/sh -e | ||
# | # | ||
| Line 74: | Line 71: | ||
python /home/pi/x735-v2.5/pwm_fan_control.py& | python /home/pi/x735-v2.5/pwm_fan_control.py& | ||
exit 0 | exit 0 | ||
</ | </pre> | ||
NOTE: | NOTE: | ||
| Line 267: | Line 264: | ||
Return to [[X735]] | Return to [[X735]] | ||
<!--Add review function! --> | <!--Add review function! --> | ||
< | <comment-streams id="main" /> | ||