We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 215cb5c commit 928efd7Copy full SHA for 928efd7
examples/darwin-framework-tool/commands/common/CHIPCommandBridge.mm
@@ -185,6 +185,10 @@
185
intermediateCertificate:nil
186
rootCertificate:certificateIssuer.rootCertificate];
187
[params setOperationalCertificateIssuer:certificateIssuer queue:controllerStorageQueue];
188
+
189
+ __auto_type * otaDelegateQueue = dispatch_queue_create("com.chip.ota", DISPATCH_QUEUE_SERIAL_WITH_AUTORELEASE_POOL);
190
+ [params setOTAProviderDelegate:mOTADelegate queue:otaDelegateQueue];
191
192
params.productAttestationAuthorityCertificates = productAttestationAuthorityCertificates;
193
194
__auto_type * controller = [[MTRDeviceController alloc] initWithParameters:params error:&error];
0 commit comments