From 42dc41a8923cf6790e2ea023d2c241f7fd9eba11 Mon Sep 17 00:00:00 2001 From: Sebastian Hildebrandt Date: Thu, 28 Oct 2021 22:55:14 +0200 Subject: [PATCH] raspberry detection Zero 2 W --- lib/util.js | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/util.js b/lib/util.js index 17f7920..fa82c12 100644 --- a/lib/util.js +++ b/lib/util.js @@ -875,6 +875,7 @@ function decodePiCpuinfo(lines) { '0f': 'Internal use only', '10': 'CM3+', '11': '4B', + '12': 'Zero 2 W', '13': '400', '14': 'CM4' };