Skip to content

Commit

Permalink
Commissioner passcode fix
Browse files Browse the repository at this point in the history
  • Loading branch information
andreilitvin committed Apr 26, 2024
1 parent 87ccf15 commit b4734e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/server/Dnssd.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,7 @@ CHIP_ERROR DnssdServer::Advertise(bool commissionableNode, chip::Dnssd::Commissi
#if CHIP_DEVICE_CONFIG_ENABLE_COMMISSIONER_PASSCODE
else
{
advertiseParameters.SetCommissionerPasscodeSupported(Optional<bool>(true));
advertiseParameters.SetCommissionerPasscodeSupported(std::make_optional<bool>(true));
}
#endif

Expand Down

0 comments on commit b4734e5

Please sign in to comment.