system() added Raspberry 500 detection
This commit is contained in:
+3
-3
@@ -1020,9 +1020,9 @@ function decodePiCpuinfo(lines) {
|
||||
'15': 'CM4S',
|
||||
'16': 'Internal use only',
|
||||
'17': '5',
|
||||
'18': 'CM5 (EMMC)',
|
||||
'19': 'Internal use only',
|
||||
'1a': 'CM5 (Lite)',
|
||||
'18': 'CM5',
|
||||
'19': '500',
|
||||
'1a': 'CM5 Lite',
|
||||
};
|
||||
|
||||
const revisionCode = getValue(lines, 'revision', ':', true);
|
||||
|
||||
Reference in New Issue
Block a user