-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
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
Base45 to a Set up payload #164
Merged
woody-apple
merged 2 commits into
project-chip:master
from
bhaskar-apple:BS-QRCodeParser
Mar 31, 2020
Merged
Base45 to a Set up payload #164
woody-apple
merged 2 commits into
project-chip:master
from
bhaskar-apple:BS-QRCodeParser
Mar 31, 2020
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
bhaskar-apple
requested review from
anush-apple,
BroderickCarlin,
chrisdecenzo,
gerickson,
hawk248,
jelderton,
robszewczyk,
tpmanley and
woody-apple
as code owners
March 31, 2020 04:34
bhaskar-apple
commented
Mar 31, 2020
sagar-apple
reviewed
Mar 31, 2020
sagar-apple
reviewed
Mar 31, 2020
sagar-apple
reviewed
Mar 31, 2020
gerickson
approved these changes
Mar 31, 2020
bhaskar-apple
commented
Mar 31, 2020
@@ -29,7 +29,8 @@ | |||
using namespace chip; | |||
using namespace std; | |||
|
|||
#define EXPECT_EQ(x, y) ((x) != (y)) ? cerr << __FILE__ << ":" << __LINE__ << ":error EXPECT_EQ(" << x << ", " << y << ")\n", 1 : 0 | |||
#define EXPECT_EQ(x, y) \ | |||
((x) != (y)) ? cerr << endl << __FILE__ << ":" << __LINE__ << ":error EXPECT_EQ(" << x << ", " << y << ")\n", 1 : 0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
To clarify this change. Just added a endl
to make it easy to read the logged output
woody-apple
approved these changes
Mar 31, 2020
hawk248
approved these changes
Mar 31, 2020
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
jmartinez-silabs
pushed a commit
to SiliconLabs/matter
that referenced
this pull request
Oct 13, 2022
Merge in WMN_TOOLS/matter from cherry-pick/documentation_update to silabs_1.0 Squashed commit of the following: commit c4da7f93ab80339e39ccab65414d4209f2066ec2 Author: Ezra Hale <[email protected]> Date: Tue Oct 4 15:52:04 2022 +0000 Pull request #125: V0.4.0 doc update Merge in WMN_TOOLS/matter from v0.4.0_doc_update to silabs Squashed commit of the following: commit 86ee80df8f4fd45e1b651da721e8ed41306e22f4 Author: Ezra Hale <[email protected]> Date: Tue Oct 4 11:42:39 2022 -0400 closing out the rest of Catherine's comments commit 07e8b9c42662d3251da667ae95df74678f8098d7 Author: Ezra Hale <[email protected]> Date: Tue Oct 4 09:58:02 2022 -0400 Chip-Tool -> chip-tool commit ce0b943a13143873572e67afe16c01150d883f9d Author: Ezra Hale <[email protected]> Date: Tue Sep 27 12:18:33 2022 -0400 updated to address Mathieu's issues in the PR ... and 12 more commits
nipatel-silabs
pushed a commit
to nipatel-silabs/connectedhomeip
that referenced
this pull request
Oct 19, 2022
Merge in WMN_TOOLS/matter from cherry-pick/documentation_update to silabs_1.0 Squashed commit of the following: commit c4da7f93ab80339e39ccab65414d4209f2066ec2 Author: Ezra Hale <[email protected]> Date: Tue Oct 4 15:52:04 2022 +0000 Pull request project-chip#125: V0.4.0 doc update Merge in WMN_TOOLS/matter from v0.4.0_doc_update to silabs Squashed commit of the following: commit 86ee80df8f4fd45e1b651da721e8ed41306e22f4 Author: Ezra Hale <[email protected]> Date: Tue Oct 4 11:42:39 2022 -0400 closing out the rest of Catherine's comments commit 07e8b9c42662d3251da667ae95df74678f8098d7 Author: Ezra Hale <[email protected]> Date: Tue Oct 4 09:58:02 2022 -0400 Chip-Tool -> chip-tool commit ce0b943a13143873572e67afe16c01150d883f9d Author: Ezra Hale <[email protected]> Date: Tue Sep 27 12:18:33 2022 -0400 updated to address Mathieu's issues in the PR ... and 12 more commits
mkardous-silabs
referenced
this pull request
in mkardous-silabs/connectedhomeip
Nov 2, 2022
Merge in WMN_TOOLS/matter from cherry-pick/documentation_update to silabs_1.0 Squashed commit of the following: commit c4da7f93ab80339e39ccab65414d4209f2066ec2 Author: Ezra Hale <[email protected]> Date: Tue Oct 4 15:52:04 2022 +0000 Pull request #125: V0.4.0 doc update Merge in WMN_TOOLS/matter from v0.4.0_doc_update to silabs Squashed commit of the following: commit 86ee80df8f4fd45e1b651da721e8ed41306e22f4 Author: Ezra Hale <[email protected]> Date: Tue Oct 4 11:42:39 2022 -0400 closing out the rest of Catherine's comments commit 07e8b9c42662d3251da667ae95df74678f8098d7 Author: Ezra Hale <[email protected]> Date: Tue Oct 4 09:58:02 2022 -0400 Chip-Tool -> chip-tool commit ce0b943a13143873572e67afe16c01150d883f9d Author: Ezra Hale <[email protected]> Date: Tue Sep 27 12:18:33 2022 -0400 updated to address Mathieu's issues in the PR ... and 12 more commits
rerasool
pushed a commit
to SiliconLabs/matter
that referenced
this pull request
Nov 2, 2022
Merge in WMN_TOOLS/matter from cherry-pick/documentation_update to silabs_1.0 Squashed commit of the following: commit c4da7f93ab80339e39ccab65414d4209f2066ec2 Author: Ezra Hale <[email protected]> Date: Tue Oct 4 15:52:04 2022 +0000 Pull request #125: V0.4.0 doc update Merge in WMN_TOOLS/matter from v0.4.0_doc_update to silabs Squashed commit of the following: commit 86ee80df8f4fd45e1b651da721e8ed41306e22f4 Author: Ezra Hale <[email protected]> Date: Tue Oct 4 11:42:39 2022 -0400 closing out the rest of Catherine's comments commit 07e8b9c42662d3251da667ae95df74678f8098d7 Author: Ezra Hale <[email protected]> Date: Tue Oct 4 09:58:02 2022 -0400 Chip-Tool -> chip-tool commit ce0b943a13143873572e67afe16c01150d883f9d Author: Ezra Hale <[email protected]> Date: Tue Sep 27 12:18:33 2022 -0400 updated to address Mathieu's issues in the PR ... and 12 more commits
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Problem
We need to implement a
base45
to aSetupPayload
converterSummary of Changes
Adds a new class
QRCodeSetupPayloadParser
to convert abase45
string toSetupPayload
fixes Base45 to a Set up payload #146