I’ve got boot.py running and giving me back connected to 192.168.20.10 but after running main.py cannot get browser to connect to this address
3 Answers
Hi.
I’m sorry for that issue.
Do you get any errors on the Python Shell? Are you sure you’re running the main.py program? What steps are you following to upload the program?
Regards,
Sara
thank you Sara,
I was just about to post that I have got it going. I added this to root
import uos, machine, gc, micropython
not sure which one did the trick. I’ll eliminate each in turn to see which omission breaks it.
cheers
Warwick