diff --git a/examples/pybadger_clue_custom_badge.py b/examples/pybadger_clue_custom_badge.py index c7c9c56..c4b8aad 100644 --- a/examples/pybadger_clue_custom_badge.py +++ b/examples/pybadger_clue_custom_badge.py @@ -13,7 +13,7 @@ while True: if pybadger.button.a: - pybadger.show_qr_code() + pybadger.show_qr_code("https://circuitpython.org") if pybadger.button.b: pybadger.show_custom_badge()