systeminformation
Advanced tools
Comparing version 5.25.5 to 5.25.6
@@ -192,3 +192,3 @@ 'use strict'; | ||
// https://www.raspberrypi.org/documentation/hardware/raspberrypi/revision-codes/README.md | ||
if ((result.model === 'BCM2835' || result.model === 'BCM2708' || result.model === 'BCM2709' || result.model === 'BCM2710' || result.model === 'BCM2711' || result.model === 'BCM2836' || result.model === 'BCM2837') && model.toLowerCase().indexOf('raspberry') >= 0) { | ||
if ((result.model === 'BCM2835' || result.model === 'BCM2708' || result.model === 'BCM2709' || result.model === 'BCM2710' || result.model === 'BCM2711' || result.model === 'BCM2836' || result.model === 'BCM2837' || result.model === '') && model.toLowerCase().indexOf('raspberry') >= 0) { | ||
const rPIRevision = util.decodePiCpuinfo(lines); | ||
@@ -195,0 +195,0 @@ result.model = rPIRevision.model; |
{ | ||
"name": "systeminformation", | ||
"version": "5.25.5", | ||
"version": "5.25.6", | ||
"description": "Advanced, lightweight system and OS information library", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
Sorry, the diff of this file is too big to display
817876
18395