You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I'm currently writing my third book around MicroPython (in French) and each time I'm getting trouble to setup the WebRepl deamon on the WiFi microcontroler.
The reason for this is simple... the webrepl.py & webrepl_setup.py are moving here and there each time I need them.
Current 2022, the webrepl.py was located in micropython/micropython/extmod/webrepl/ (as mentionned in this Raspberry-Pi Thread https://forums.raspberrypi.com/viewtopic.php?t=337632 ). The missing files were there... but today (Sept 12, 2022) they have moved again :-/
Would it be a good idea to store such MicroPython sources together-with/aside the WebRepl client sources?