From fcfa7713a9292ea00d79f512750e34979e559c3d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karl=20S=C3=B6derby?= <35461661+karlsoderby@users.noreply.github.com> Date: Thu, 14 Dec 2023 10:11:28 +0100 Subject: [PATCH] Update installing-modules.md --- .../01.basics/07.installing-modules/installing-modules.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/content/micropython/01.basics/07.installing-modules/installing-modules.md b/content/micropython/01.basics/07.installing-modules/installing-modules.md index fc1acac43c..3fc3715447 100644 --- a/content/micropython/01.basics/07.installing-modules/installing-modules.md +++ b/content/micropython/01.basics/07.installing-modules/installing-modules.md @@ -14,6 +14,8 @@ There are currently two methods available when installing a module on your board In this article, we will cover these two methods, as well as how to remove them from your board. +***Please note: installing packages that contain 2-byte characters (such as emojis, Chinese symbols), is currently not supported in the [Arduino Lab for MicroPython editor](https://labs.arduino.cc/en/labs/micropython). You will however receive a "successful installation" response, which is a bug being investigated.*** + ## Hardware & Software Needed - [A MicroPython compatible board](/micropython/basics/board-installation#supported-boards),