1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter-feeds.git synced 2025-03-09 15:40:03 +00:00

Revert "Update fengshan"

This reverts commit 4df9f7456e.
This commit is contained in:
suyuan 2023-09-13 22:15:55 +08:00
parent 4df9f7456e
commit 8246bbbe99

View file

@ -4,8 +4,8 @@ START=20
start() start()
{ {
# 温度阈值设置 # 温度阈值设置
HIGH_THRESHOLD=70000 HIGH_THRESHOLD=60000
LOW_THRESHOLD=60000 LOW_THRESHOLD=50000
# 读取初始温度值 # 读取初始温度值
temperature=$(cat /sys/class/thermal/thermal_zone0/temp) temperature=$(cat /sys/class/thermal/thermal_zone0/temp)