-
-
Notifications
You must be signed in to change notification settings - Fork 334
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
希望能自定义获取温度的命令 #313
Comments
Title: Hope to customize the command to get the temperature Because the systems are different, the commands to get the temperature are different. For example, my device is: grep Tsensor /proc/msp/pm_cpu | awk '{print $4}' |
已添加至TODO |
Added to TODO |
Thanks to the author for taking the suggestion. There is still a small problem with the customization. It often displays a long series of errors. Sometimes it is normal and sometimes it is abnormal. There is no problem when executing it through ssh many times. Changing free -h will often display errors, indicating that it has nothing to do with the command. |
忘记回复了,应该是没有这个问题了吗? |
I forgot to reply, maybe this problem doesn’t exist? |
因为系统有差异,取温度的命令不一样
比如我的设备是:
grep Tsensor /proc/msp/pm_cpu | awk '{print $4}'
The text was updated successfully, but these errors were encountered: