Include URL in qr code setup
This commit is contained in:
parent
ec3e5236ae
commit
f4025d94e1
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ pybadger.show_custom_badge()
|
||||||
|
|
||||||
while True:
|
while True:
|
||||||
if pybadger.button.a:
|
if pybadger.button.a:
|
||||||
pybadger.show_qr_code()
|
pybadger.show_qr_code("https://circuitpython.org")
|
||||||
|
|
||||||
if pybadger.button.b:
|
if pybadger.button.b:
|
||||||
pybadger.show_custom_badge()
|
pybadger.show_custom_badge()
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue