← index #18385PR #12582
Off-topic · high · value 1.683
QUERY · ISSUE

aiohttp newer version

openby LaySoftopened 2025-11-08updated 2025-11-10
enhancementproposed-close

This is how I install the aiohttp library on ESP32 C3 super mini:

import mip
mip.install('aiohttp')

Unfortunately, this installs a very old version: 0.0.6.
Is there any way to get a newer version?

CANDIDATE · PULL REQUEST

esp32: Freeze aioespnow module into ESP32 firmware by default.

mergedby glenn20opened 2023-10-04updated 2023-10-05
port-esp32

Uncomment the # require("aioespnow") line in ports/esp32/boards/manifest.py as proposed in #12580.

This PR can be merged after the lib/micropython-lib submodule is updated to a revision which includes micropython/aioespnow/aioespnow.py. This is expected to occur prior to the release of v1.21.0.

aioespnow extends the espnow module with support for asyncio methods: arecv() and asend() and is documented in the espnow documentation.

Fixes #12580

Keyboard

j / / n
next pair
k / / p
previous pair
1 / / h
show query pane
2 / / l
show candidate pane
c
copy suggested comment
r
toggle reasoning
g i
go to index
?
show this help
esc
close overlays

press ? or esc to close

copied