Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

no install instructions #78

Open
gitcnd opened this issue Oct 26, 2023 · 1 comment
Open

no install instructions #78

gitcnd opened this issue Oct 26, 2023 · 1 comment

Comments

@gitcnd
Copy link

gitcnd commented Oct 26, 2023

presumably someone has to do something on the MCU to set up the SSID/password, load something to accept connections, and run it... so telling us what that might be would be handy :-)

@verm
Copy link

verm commented Dec 31, 2023

For anyone wondering how to set it up it's included in micropython images now this works on v1.22:

  1. Create a file called webrepl_cfg.py and inside put:
    (Remember to replace with the actual password you want.)
PASS="<password>"
  1. To start webrepl:
import webrepl
webrepl.start()
  1. Browse to http://<ip>:8266/ in order to use the web client.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants