From 18ddeae3590a4ee91d010aae1a1ec896db8d731a Mon Sep 17 00:00:00 2001 From: Thomas Farstrike Date: Fri, 16 May 2025 17:12:14 +0200 Subject: [PATCH] lib: update README --- internal_filesystem/lib/README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/internal_filesystem/lib/README.md b/internal_filesystem/lib/README.md index da3e6e35..ca6ae0d0 100644 --- a/internal_filesystem/lib/README.md +++ b/internal_filesystem/lib/README.md @@ -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