Add notes about websockets

This commit is contained in:
Thomas Farstrike
2025-05-15 06:31:58 +02:00
parent b483cd5c66
commit 30743aaca8
2 changed files with 6 additions and 1 deletions
@@ -1,5 +1,8 @@
# example from https://github.com/micropython/micropython-lib/blob/master/python-ecosys/aiohttp/examples/ws.py
# works with:
# import mip
# mip.install(aiohttp)
# mip.install("aiohttp")
# but only on esp32 target, not unix?!
import sys
import ssl