File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -6,22 +6,22 @@ from [MicroPython](https://github.com/micropython/micropython) via PyPI.
66There are multiple MPY ABI versions, so you will need to install the package
77that corresponds to the target MicroPython version.
88
9- For MicroPython 1.12 to 1.18 :
9+ For MicroPython 1.23 :
1010
11- pip install mpy-cross-v5
11+ pip install mpy-cross-v6.3
1212
13- For MicroPython 1.19 :
13+ For MicroPython 1.22 :
1414
15- pip install mpy-cross-v6
15+ pip install mpy-cross-v6.2
1616
1717For MicroPython 1.20 to 1.21:
1818
1919 pip install mpy-cross-v6.1
2020
21- For MicroPython 1.22 :
21+ For MicroPython 1.19 :
2222
23- pip install mpy-cross-v6.2
23+ pip install mpy-cross-v6
2424
25- For MicroPython 1.23 :
25+ For MicroPython 1.12 to 1.18 :
2626
27- pip install mpy-cross-v6.3
27+ pip install mpy-cross-v5
You can’t perform that action at this time.
0 commit comments