You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Changes module's files structure. The module import does not change with this commit.
* Adds package.json for the package to be available via mip and mpremote.
* Adds support to mip.
* Bumps to v0.4.1.
Copy file name to clipboardexpand all lines: README.md
+16-7
Original file line number
Diff line number
Diff line change
@@ -46,25 +46,31 @@ A full example is provided in `/example` directory.
46
46
47
47
#### 1a - **network-enabled MicroPython ports**
48
48
49
-
> Warning: in latest MicroPython releases `upip` has been deprecated in favor of [`mip`](https://docs.micropython.org/en/latest/reference/packages.html#package-management). Please use the manual installation until I set up the driver to work with `mip`.
49
+
> Warning: in latest MicroPython releases `upip` has been deprecated in favor of [`mip`](https://docs.micropython.org/en/latest/reference/packages.html#package-management). This module is compatible with both of them. Please use the package manager included into your MicroPython version.
50
50
51
-
To include the library into a network-enabled MicroPython project, it's sufficient to install the package using `upip`:
51
+
If your MicroPython version supports `mip` package manager, put these lines **after** the setup of an Internet connection:
0 commit comments