Add note about AMD only supports average

This commit is contained in:
Meliox 2025-02-15 16:10:54 +01:00
parent 080163f5c2
commit bb28158ac8

View File

@ -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] | "")