We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b483cd5 commit 30743aaCopy full SHA for 30743aa
internal_filesystem/apps/com.example.btcticker/assets/echo.py
@@ -1,5 +1,8 @@
1
+# example from https://github.com/micropython/micropython-lib/blob/master/python-ecosys/aiohttp/examples/ws.py
2
+# works with:
3
# import mip
-# mip.install(aiohttp)
4
+# mip.install("aiohttp")
5
+# but only on esp32 target, not unix?!
6
7
import sys
8
import ssl
internal_filesystem/lib/README.md
@@ -5,3 +5,5 @@ This /lib folder contains:
- mip.install('github:jonnor/micropython-zipfile')
- mip.install("shutil") for shutil.rmtree('/apps/com.example.files') # for rmtree()
+- maybe mip.install("aiohttp") # easy websockets
9
+- maybe mip.install("base64") # for nostr etc
0 commit comments