cpu() corrected processor names (Raspberry Pi)
This commit is contained in:
+4
-4
@@ -718,10 +718,10 @@ function decodePiCpuinfo(lines) {
|
||||
}
|
||||
|
||||
const processorList = [
|
||||
'BMC2835',
|
||||
'BMC2836',
|
||||
'BMC2837',
|
||||
'BMC2711',
|
||||
'BCM2835',
|
||||
'BCM2836',
|
||||
'BCM2837',
|
||||
'BCM2711',
|
||||
];
|
||||
const manufacturerList = [
|
||||
'Sony UK',
|
||||
|
||||
Reference in New Issue
Block a user