From d20af57ddabcb4690b341221d2b39328d07bc2ef Mon Sep 17 00:00:00 2001 From: Phil Howard Date: Thu, 10 Mar 2022 15:16:23 +0000 Subject: [PATCH] qrcode: Add to regular MicroPython build --- micropython/modules/micropython.cmake | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/micropython/modules/micropython.cmake b/micropython/modules/micropython.cmake index 4f2ea23b..f8010f9e 100644 --- a/micropython/modules/micropython.cmake +++ b/micropython/modules/micropython.cmake @@ -42,5 +42,6 @@ include(pico_wireless/micropython) include(plasma/micropython) include(hub75/micropython) include(ulab/code/micropython) +include(qrcode/micropython/micropython) -include(modules_py/modules_py) \ No newline at end of file +include(modules_py/modules_py)