Skip to content

Commit f4025d9

Browse files
committed
Include URL in qr code setup
1 parent ec3e523 commit f4025d9

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)