Skip to content

Commit 18ddeae

Browse files
lib: update README
1 parent b6bf7f3 commit 18ddeae

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

internal_filesystem/lib/README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ This /lib folder contains:
44
- https://github.com/glenn20/micropython-esp32-ota/ installed with import mip; mip.install('github:glenn20/micropython-esp32-ota/mip/ota')
55
- mip.install('github:jonnor/micropython-zipfile')
66
- 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)
7+
- mip.install("aiohttp") # easy websockets
8+
- mip.install("base64") # for nostr etc
119

0 commit comments

Comments
 (0)