Fix systemmonitor CPU temp for Armbian on PineA64 (#63111)

This commit is contained in:
Karthik T 2022-01-03 04:51:50 +08:00 committed by Paulus Schoutsen
parent 9df40d7056
commit e39cf1a4c6

View File

@ -307,6 +307,7 @@ CPU_SENSOR_PREFIXES = [
"soc_thermal 1",
"Tctl",
"cpu0-thermal",
"cpu0_thermal",
]