We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6bf7f3 commit 18ddeaeCopy full SHA for 18ddeae
internal_filesystem/lib/README.md
@@ -4,8 +4,6 @@ This /lib folder contains:
4
- https://github.com/glenn20/micropython-esp32-ota/ installed with import mip; mip.install('github:glenn20/micropython-esp32-ota/mip/ota')
5
- mip.install('github:jonnor/micropython-zipfile')
6
- mip.install("shutil") for shutil.rmtree('/apps/com.example.files') # for rmtree()
7
-
8
-- maybe mip.install("aiohttp") # easy websockets
9
-- maybe mip.install("base64") # for nostr etc
10
-- mip.install("urequests") # otherwise not present on unix target (on esp32 it is present)
+- mip.install("aiohttp") # easy websockets
+- mip.install("base64") # for nostr etc
11
0 commit comments