Add note about AMD only supports average
This commit is contained in:
parent
080163f5c2
commit
bb28158ac8
@ -114,7 +114,7 @@ function configure {
|
|||||||
|
|
||||||
# Prompt user for which temperature to use
|
# Prompt user for which temperature to use
|
||||||
while true; do
|
while true; do
|
||||||
local choiceTempDisplayType=$(ask "Do you wish to display temperatures for all cores [C] or just an average temperature per CPU [a]? (C/a)")
|
local choiceTempDisplayType=$(ask "Do you wish to display temperatures for all cores [C] or just an average temperature per CPU [a] (note: AMD only supports average)? (C/a)")
|
||||||
case "$choiceTempDisplayType" in
|
case "$choiceTempDisplayType" in
|
||||||
# Set temperature search criteria
|
# Set temperature search criteria
|
||||||
[cC] | "")
|
[cC] | "")
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user