Skip to content

Commit 46c22a8

Browse files
authored
Merge pull request #1604 from arduino/karlsoderby/mp-mod-install-note
[MicroPython] Module Installation Note
2 parents 25e663b + fcfa771 commit 46c22a8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

content/micropython/01.basics/07.installing-modules/installing-modules.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ There are currently two methods available when installing a module on your board
1414

1515
In this article, we will cover these two methods, as well as how to remove them from your board.
1616

17+
***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.***
18+
1719
## Hardware & Software Needed
1820

1921
- [A MicroPython compatible board](/micropython/basics/board-installation#supported-boards),

0 commit comments

Comments
 (0)