diff --git a/shared/main.php b/shared/main.php index 1327776..911b779 100644 --- a/shared/main.php +++ b/shared/main.php @@ -16,7 +16,7 @@ limitations under the License. */ function uupApiVersion() { - return '1.32.3'; + return '1.32.4'; } require_once dirname(__FILE__).'/auths.php'; diff --git a/shared/requests.php b/shared/requests.php index 403c231..4483934 100644 --- a/shared/requests.php +++ b/shared/requests.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',