From f4025d94e16090e78155e4b9c4db0c8b0aabcaca Mon Sep 17 00:00:00 2001 From: Kattni Rembor Date: Thu, 27 Feb 2020 12:11:36 -0500 Subject: [PATCH] Include URL in qr code setup --- examples/pybadger_clue_custom_badge.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()