wendlers / mpfshell

A simple shell based file explorer for ESP8266 Micropython based devices ⛺
MIT License
396 stars 84 forks source link

WebSocket example in the README.md doesn't work anymore? #31

Closed dragon788 closed 5 years ago

dragon788 commented 7 years ago

I had to leave off the ,python in order to get it to properly connect to my ESP8266 running uPy 1.8.7-7 from mpfs 0.8.0 using Python 3.5 and PySerial 3.3.

pelrun commented 7 years ago

That's because it's the password parameter. Use your actual webrepl password instead, or leave it off to be prompted.

skorokithakis commented 5 years ago

Clarified in the README, thank you.