We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
#104 removed support for DeviceDescriptor from ConfigurationManager. That in turn removed the implementation for _GetQRCodeString().
DeviceDescriptor
ConfigurationManager
_GetQRCodeString()
Identify the correct/new API that replaces DeviceDescriptor. Re-implement _GetQRCodeString using this API.
_GetQRCodeString
The text was updated successfully, but these errors were encountered:
@bhaskar-apple @pan-apple can you guys re-assess this, please?
Sorry, something went wrong.
Looks like CHIP's setup_payload does not depend on _GetQRCodeString() method. Closing the issue.
setup_payload
Merge pull request project-chip#107 from lukgni/power_reset
5cb1b58
Add system_reset() call to DoFactoryReset() function.
bhaskar-apple
pan-apple
No branches or pull requests
Problem
#104 removed support for
DeviceDescriptor
fromConfigurationManager
. That in turn removed the implementation for_GetQRCodeString()
.Proposed Solution
Identify the correct/new API that replaces DeviceDescriptor. Re-implement
_GetQRCodeString
using this API.The text was updated successfully, but these errors were encountered: