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