From 712d97618eec74322dee9e6364ac7c05d32afe0a Mon Sep 17 00:00:00 2001 From: "Peter D. Gray" Date: Mon, 8 Jun 2020 16:03:43 -0400 Subject: [PATCH] New QR module --- .gitmodules | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitmodules b/.gitmodules index 2409d60a..64faa6e5 100644 --- a/.gitmodules +++ b/.gitmodules @@ -11,3 +11,6 @@ [submodule "external/ckcc-protocol"] path = external/ckcc-protocol url = https://github.com/Coldcard/ckcc-protocol.git +[submodule "external/mpy-qr"] + path = external/mpy-qr + url = https://github.com/coinkite/mpy-qr.git