mirror of
https://github.com/lm-sensors/lm-sensors
synced 2025-08-29 13:28:01 +00:00
comment out lm75 scaling
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@2032 7894878c-1315-0410-8ee3-d5d059ff63e0
This commit is contained in:
parent
bcb347f855
commit
fac06872b8
@ -94,8 +94,8 @@
|
||||
# refer to other readable features (like '2 * vid').
|
||||
#
|
||||
# The following operators are valid: + - * / ( ) ^ `
|
||||
# ^ is e**x and ` is ln(x) (valid in library version 1.4.0 /
|
||||
# lm_sensors 2.7.1 or higher)
|
||||
# ^ is e**x and ` is ln(x) (valid in library version 2.0.0 /
|
||||
# lm_sensors 2.8.0 or higher)
|
||||
#
|
||||
# Like for the label statement, there are logical groups here. They are
|
||||
# sometimes a bit different, though. For example, fan1_div is in the
|
||||
@ -315,8 +315,9 @@ chip "lm78-*" "lm78-j-*" "lm79-*" "w83781d-*"
|
||||
|
||||
chip "lm75-*"
|
||||
|
||||
# For the Asus TX97-E. If it doesn't work for you, feel free to complain.
|
||||
compute temp @*2.0, @/2.0
|
||||
# Most boards don't need scaling. Following is
|
||||
# for the Asus TX97-E. If it doesn't work for you, feel free to complain.
|
||||
# compute temp @*2.0, @/2.0
|
||||
|
||||
# Examples for temperature limits
|
||||
# set temp_over 70
|
||||
|
Loading…
x
Reference in New Issue
Block a user