1
0
Fork 0
mirror of https://github.com/Ylianst/MeshCentral.git synced 2025-03-09 15:40:18 +00:00

1. Removed debug message from SMBIOS

2. Added workaround for LME/HECI behavior change between AMT/7 and AMT/11
This commit is contained in:
Bryan Roe 2021-11-11 15:45:14 -08:00
parent 04392905d1
commit 29fd370fc9
4 changed files with 56 additions and 454 deletions

View file

@ -101,7 +101,6 @@ function SMBiosTables()
}
catch (ee)
{
console.log('oops');
}
}
i += (ret[SMtype].peek()._strings.length == 0) ? 2 : 1;
@ -191,6 +190,12 @@ function SMBiosTables()
catch(e)
{
}
try
{
if (JSON.stringify(r).length > 65535) { r = {}; }
}
catch(ee)
{}
return r;
}
this.processorInfo = function processorInfo(data) {