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 GitHub
parent 9e3f7d2961
commit bf1f8f4bfa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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