mirror of
https://github.com/m5stack/MicroPythonOS.git
synced 2026-05-20 11:51:27 -07:00
Add notes about websockets
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user