Skip to content

Commit c2e9a6f

Browse files
committed
esp8266/boards/ESP8266_GENERIC: Remove urllib from the 2MiB manifest.
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>
1 parent f0f173f commit c2e9a6f

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

ports/esp8266/boards/ESP8266_GENERIC/manifest_2MiB.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,6 @@
1010
# micropython-lib: file utilities
1111
require("upysh")
1212

13-
# micropython-lib: requests
14-
require("urequests")
15-
require("urllib.urequest")
16-
1713
# micropython-lib: umqtt
1814
require("umqtt.simple")
1915
require("umqtt.robust")

0 commit comments

Comments
 (0)