8000 esp32/manifest.py: Freeze aioespnow module into firmware by default. · micropython/micropython@e482ed6 · GitHub
[go: up one dir, main page]

Skip to content

Commit e482ed6

Browse files
committed
esp32/manifest.py: Freeze aioespnow module into firmware by default.
Add aioespnow to list of modules to be frozen into firmware by default. - aioespnow will be added to lib/micropython-lib prior to release of v1.21.0. Also remove commented line from ports/esp8266/boards/manifest.py. Signed-off-by: Glenn Moloney <glenn.moloney@gmail.com>
1 parent d6c55a4 commit e482ed6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ports/esp32/boards/manifest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
require("bundle-networking")
66

77
# Require some micropython-lib modules.
8-
# require("aioespnow")
8+
require("aioespnow")
99
require("dht")
1010
require("ds18x20")
1111
require("neopixel")

0 commit comments

Comments
 (0)
0