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
[DevToolKit] devToolKit -webrepl It open webrepl webUI in default browser (same as OTA file transfer in the background - micropython feature integration) in New module toolkit/WebRepl.py :)
dev_group.add_argument("-lint", "--linter", action="store_true", help="Run micrOS system linter (pylint+)")
78
+
dev_group.add_argument("-webrepl", "--open_webrepl", action="store_true", help="(beta) Open webrepl in default browser, micropython repl + file transfers (built-in)")
73
79
dev_group.add_argument("--light", action="store_true", help="Skip optional dependency deployments (low level param: add this as first argument always)")
0 commit comments