You've already forked MicroPythonOS
mirror of
https://github.com/m5stack/MicroPythonOS.git
synced 2026-05-20 11:51:27 -07:00
lib: update README
This commit is contained in:
@@ -4,8 +4,6 @@ This /lib folder contains:
|
||||
- https://github.com/glenn20/micropython-esp32-ota/ installed with import mip; mip.install('github:glenn20/micropython-esp32-ota/mip/ota')
|
||||
- mip.install('github:jonnor/micropython-zipfile')
|
||||
- mip.install("shutil") for shutil.rmtree('/apps/com.example.files') # for rmtree()
|
||||
|
||||
- maybe mip.install("aiohttp") # easy websockets
|
||||
- maybe mip.install("base64") # for nostr etc
|
||||
- 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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user