From 1ef84cb879d27573c115cb4e32c535082e13136b Mon Sep 17 00:00:00 2001 From: orin Date: Sun, 5 Nov 2023 00:08:40 +0100 Subject: [PATCH] Replace children's toy with real man's computer --- shared/main.php | 2 +- shared/requests.php | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/shared/main.php b/shared/main.php index 4cf3b0d..5157b01 100644 --- a/shared/main.php +++ b/shared/main.php @@ -16,7 +16,7 @@ limitations under the License. */ function uupApiVersion() { - return '1.43.0'; + return '1.43.1'; } require_once dirname(__FILE__).'/auths.php'; diff --git a/shared/requests.php b/shared/requests.php index e4cfb5e..94148c6 100644 --- a/shared/requests.php +++ b/shared/requests.php @@ -168,17 +168,17 @@ function composeDeviceAttributes($flight, $ring, $build, $arch, $sku, $type, $fl 'MediaVersion='.$build, 'CloudPBR=1', 'DUScan=1', - 'OEMModel=Asus ROG Maximus Z690 Extreme', - 'OEMModelBaseBoard=ROG MAXIMUS Z690 EXTREME', - 'OEMName_Uncleaned=Contoso Corporation', + 'OEMModel=21F6CTO1WW', + 'OEMModelBaseBoard=21F6CTO1WW', + 'OEMName_Uncleaned=LENOVO', 'OemPartnerRing=UPSFlighting', 'OSArchitecture='.$arch, 'OSSkuId='.$sku, 'OSUILocale=en-US', 'OSVersion='.$build, - 'ProcessorIdentifier=Intel64 Family 6 Model 151 Stepping 2', + 'ProcessorIdentifier=Intel64 Family 6 Model 186 Stepping 3', 'ProcessorManufacturer=GenuineIntel', - 'ProcessorModel=12th Gen Intel(R) Core(TM) i9-12900K', + 'ProcessorModel=13th Gen Intel(R) Core(TM) i7-1355U', 'ReleaseType='.$type, 'SdbVer_20H1=2000000000', 'SdbVer_19H1=2000000000',