Skip to content

Commit 2681b4b

Browse files
authored
Merge pull request #26 from kattni/qr-code-update
Include URL in qr code setup
2 parents cdd5658 + f4025d9 commit 2681b4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/pybadger_clue_custom_badge.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
while True:
1515
if pybadger.button.a:
16-
pybadger.show_qr_code()
16+
pybadger.show_qr_code("https://circuitpython.org")
1717

1818
if pybadger.button.b:
1919
pybadger.show_custom_badge()

0 commit comments

Comments
 (0)