system() raspberry CM4S detection

This commit is contained in:
Sebastian Hildebrandt
2023-10-17 14:44:23 +02:00
parent 5a9fe24ac3
commit 2e3e624e9d
4 changed files with 10 additions and 3 deletions
+2 -1
View File
@@ -976,7 +976,8 @@ function decodePiCpuinfo(lines) {
'11': '4B',
'12': 'Zero 2 W',
'13': '400',
'14': 'CM4'
'14': 'CM4',
'15': 'CM4S'
};
const revisionCode = getValue(lines, 'revision', ':', true);