openwrt状态里添加CPU温度监控

1.filezilla里找到/usr/lib/lua/luci/view/admin_status/index.htm,
2.打开html文件,ctrl+f,搜索Kernel Version可以快速定位到我们需要修改的位置
3.<%:CPU Temperature%><%=luci.sys.exec(“cut -c1-2 /sys/class/thermal/thermal_zone0/temp”)%>
4.刷新下。

你可能感兴趣的:(树莓派,lua)