Skip to content

Commit

Permalink
esp8266/boards/ESP8266_GENERIC: Remove urllib from the 2MiB manifest.
Browse files Browse the repository at this point in the history
No other network-enabled board has urllib.urequest frozen in to the
firmware, and esp8266 is relatively low on flash, so remove this module.

And (u)requests is already included by bundle-networking.

Signed-off-by: Damien George <damien@micropython.org>
  • Loading branch information
dpgeorge committed Oct 5, 2023
1 parent f0f173f commit c2e9a6f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions ports/esp8266/boards/ESP8266_GENERIC/manifest_2MiB.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,6 @@
# micropython-lib: file utilities
require("upysh")

# micropython-lib: requests
require("urequests")
require("urllib.urequest")

# micropython-lib: umqtt
require("umqtt.simple")
require("umqtt.robust")

0 comments on commit c2e9a6f

Please sign in to comment.