First thanks guys for giving us this excellent micropython.
To be consistent with pull request #8931 I think the following change is needed:
must be added:
include("$(MPY_DIR)/extmod/webrepl/manifest.py")
to file: micropython/ports/rp2/boards/manifest.py (or maybe another file is more suitable?)
Because currently webrepl works well on ESP8266 but not on PICO_W (no module named 'webrepl')
Thanks
PS: Sorry for raising an issue instead of a pull request, I'm not familiar with that.
First thanks guys for giving us this excellent micropython.
To be consistent with pull request #8931 I think the following change is needed:
must be added:
include("$(MPY_DIR)/extmod/webrepl/manifest.py")to file:
micropython/ports/rp2/boards/manifest.py(or maybe another file is more suitable?)Because currently webrepl works well on ESP8266 but not on PICO_W (no module named 'webrepl')
Thanks
PS: Sorry for raising an issue instead of a pull request, I'm not familiar with that.