Skip to content

Commit

Permalink
Fix failed to sync device when using dynamic setupPIN (#35061)
Browse files Browse the repository at this point in the history
  • Loading branch information
yufengwangca authored and pull[bot] committed Oct 3, 2024
1 parent e606925 commit 5f1777b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion examples/fabric-admin/device_manager/DeviceManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,6 @@ void DeviceManager::OpenRemoteDeviceCommissioningWindow(EndpointId remoteEndpoin
commandBuilder.Add("pairing open-commissioning-window ");
commandBuilder.AddFormat("%lu %d %d %d %d %d", mRemoteBridgeNodeId, remoteEndpointId, kEnhancedCommissioningMethod,
kWindowTimeout, kIteration, discriminator);
commandBuilder.Add(" --setup-pin 20202021");

PushCommand(commandBuilder.c_str());
}
Expand Down

0 comments on commit 5f1777b

Please sign in to comment.