Replace children's toy with real man's computer

This commit is contained in:
Kaenbyou Rin 2023-11-05 00:08:40 +01:00
parent 9e618c405a
commit 1ef84cb879
2 changed files with 6 additions and 6 deletions

View File

@ -16,7 +16,7 @@ limitations under the License.
*/ */
function uupApiVersion() { function uupApiVersion() {
return '1.43.0'; return '1.43.1';
} }
require_once dirname(__FILE__).'/auths.php'; require_once dirname(__FILE__).'/auths.php';

View File

@ -168,17 +168,17 @@ function composeDeviceAttributes($flight, $ring, $build, $arch, $sku, $type, $fl
'MediaVersion='.$build, 'MediaVersion='.$build,
'CloudPBR=1', 'CloudPBR=1',
'DUScan=1', 'DUScan=1',
'OEMModel=Asus ROG Maximus Z690 Extreme', 'OEMModel=21F6CTO1WW',
'OEMModelBaseBoard=ROG MAXIMUS Z690 EXTREME', 'OEMModelBaseBoard=21F6CTO1WW',
'OEMName_Uncleaned=Contoso Corporation', 'OEMName_Uncleaned=LENOVO',
'OemPartnerRing=UPSFlighting', 'OemPartnerRing=UPSFlighting',
'OSArchitecture='.$arch, 'OSArchitecture='.$arch,
'OSSkuId='.$sku, 'OSSkuId='.$sku,
'OSUILocale=en-US', 'OSUILocale=en-US',
'OSVersion='.$build, 'OSVersion='.$build,
'ProcessorIdentifier=Intel64 Family 6 Model 151 Stepping 2', 'ProcessorIdentifier=Intel64 Family 6 Model 186 Stepping 3',
'ProcessorManufacturer=GenuineIntel', 'ProcessorManufacturer=GenuineIntel',
'ProcessorModel=12th Gen Intel(R) Core(TM) i9-12900K', 'ProcessorModel=13th Gen Intel(R) Core(TM) i7-1355U',
'ReleaseType='.$type, 'ReleaseType='.$type,
'SdbVer_20H1=2000000000', 'SdbVer_20H1=2000000000',
'SdbVer_19H1=2000000000', 'SdbVer_19H1=2000000000',