Skip to content

m0eak/fancontrol

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fancontrol

Openwrt简易通用风扇控制,最早是给GL-AXT1800使用,原理是读取系统温度,然后根据不同温度无级别调节风扇速度。

安装步骤

Add this repo as an OpenWrt feed

  1. Add new feed:
    echo "src-git fancontrol https://github.com/m0eak/fancontrol.git" >> "feeds.conf"
  2. Pull upstream commits:
    ./scripts/feeds update fancontrol && ./scripts/feeds install -a -f -p fancontrol
  • Remove
    sed -i "/fancontrol/d" "feeds.conf"
    ./scripts/feeds clean && ./scripts/feeds update -a && ./scripts/feeds install -a

预览

图片

About

Openwrt简易通用风扇控制

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 43.9%
  • C 38.5%
  • Makefile 9.3%
  • Shell 8.3%