Skip to content

Commit

Permalink
esp32/boards/manifest.py: Freeze aioespnow into firmware by default.
Browse files Browse the repository at this point in the history
Also remove corresponding commented line from esp8266/boards/manifest.py.
It doesn't have enough flash to have this frozen by default.

Signed-off-by: Glenn Moloney <glenn.moloney@gmail.com>
  • Loading branch information
glenn20 authored and dpgeorge committed Oct 5, 2023
1 parent d81cf0b commit f0f173f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion ports/esp32/boards/manifest.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
require("bundle-networking")

# Require some micropython-lib modules.
# require("aioespnow")
require("aioespnow")
require("dht")
require("ds18x20")
require("neopixel")
Expand Down
1 change: 0 additions & 1 deletion ports/esp8266/boards/manifest.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
freeze("$(PORT_DIR)/modules")
# require("aioespnow")
require("bundle-networking")
require("dht")
require("ds18x20")
Expand Down

0 comments on commit f0f173f

Please sign in to comment.