forked from uup-dump/api
Change hardware
This commit is contained in:
parent
89209ff40c
commit
a0f0574a81
@ -16,7 +16,7 @@ limitations under the License.
|
||||
*/
|
||||
|
||||
function uupApiVersion() {
|
||||
return '1.32.3';
|
||||
return '1.32.4';
|
||||
}
|
||||
|
||||
require_once dirname(__FILE__).'/auths.php';
|
||||
|
@ -148,16 +148,16 @@ function composeDeviceAttributes($flight, $ring, $build, $arch, $sku, $type) {
|
||||
'MediaVersion='.$build,
|
||||
'CloudPBR=1',
|
||||
'DUScan=1',
|
||||
'OEMModel=Largehard Device Model 42069',
|
||||
'OEMModelBaseBoard=Largehard Base Board',
|
||||
'OEMName_Uncleaned=Largehard Corporation',
|
||||
'OEMModel=Asus ROG Maximus Z690 Extreme',
|
||||
'OEMModelBaseBoard=ROG MAXIMUS Z690 EXTREME',
|
||||
'OEMName_Uncleaned=ASUSTeK COMPUTER INC.',
|
||||
'OSArchitecture='.$arch,
|
||||
'OSSkuId='.$sku,
|
||||
'OSUILocale=en-US',
|
||||
'OSVersion='.$build,
|
||||
'ProcessorIdentifier=Intel64 Family 6 Model 85 Stepping 4',
|
||||
'ProcessorIdentifier=Intel64 Family 6 Model 151 Stepping 2',
|
||||
'ProcessorManufacturer=GenuineIntel',
|
||||
'ProcessorModel=Incel(R) Cope(TM) i9-42069E CPU @ 6.66GHz',
|
||||
'ProcessorModel=12th Gen Intel(R) Core(TM) i9-12900K',
|
||||
'ReleaseType='.$type,
|
||||
'SdbVer_20H1=2000000000',
|
||||
'SdbVer_19H1=2000000000',
|
||||
|
Loading…
Reference in New Issue
Block a user