-
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
CHIP QRCode command line tool implementation #770
Conversation
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.
@shana-apple please fix the build :)
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.
LGTM
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.
👍
def49ee
to
ae87515
Compare
ae87515
to
1a38fce
Compare
Codecov Report
@@ Coverage Diff @@
## master #770 +/- ##
==========================================
- Coverage 59.16% 56.01% -3.15%
==========================================
Files 130 133 +3
Lines 12652 12836 +184
==========================================
- Hits 7485 7190 -295
- Misses 5167 5646 +479
Continue to review full report at Codecov.
|
Problem
Vendors need a command line tool to help generate qr codes from setup payload
Create a C++ QRCode command line tool
Summary of Changes
Create a command line tool that can generate a qr code or manual code from a text file.
fixes #165