Skip to content

Commit 6546d13

Browse files
authored
Merge pull request #4805 from lesamouraipourpre/patch-2
Docs: Incompatible .mpy file
2 parents 186d382 + c665eb9 commit 6546d13

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/troubleshooting.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,11 @@ This error occurs when importing a module that is stored as a ``mpy`` binary fil
4545
(rather than a ``py`` text file) that was generated by a different version of
4646
CircuitPython than the one it's being loaded into. Most versions are compatible
4747
but, rarely they aren't. In particular, the ``mpy`` binary format changed between
48-
CircuitPython versions 1.x and 2.x, and will change again between 2.x and 3.x.
48+
CircuitPython versions 1.x and 2.x, 2.x and 3.x, and will change again between 6.x and 7.x.
4949

50-
So, for instance, if you just upgraded to CircuitPython 2.x from 1.x you'll need to download a
50+
So, for instance, if you just upgraded to CircuitPython 7.x from 6.x you'll need to download a
5151
newer version of the library that triggered the error on ``import``. They are
5252
all available in the
5353
`Adafruit bundle <https://github.com/adafruit/Adafruit_CircuitPython_Bundle/releases/latest>`_
5454
and the `Community bundle <https://github.com/adafruit/CircuitPython_Community_Bundle/releases/latest>`_.
55-
Make sure to download a version with 2.0.0 or higher in the filename.
55+
Make sure to download a version with 7.0.0 or higher in the filename.

0 commit comments

Comments
 (0)