diff --git a/README.md b/README.md index 0077056..9cb647e 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ This howto assumes Ubuntu 16.04 is used on the computer and several tools have b ``` sudo apt install picocom make python3-pip -sudo pip3 install esptool.py adafruit-ampy +sudo pip3 install esptool adafruit-ampy ``` Clone the Git repository and run makefiles: @@ -249,4 +249,4 @@ Other interesting projects with ESP8266 and ESP32 microcontrollers: * [Nixie clock](https://github.com/k-space-ee/nixiesp12) with ESP8266 * [Sumorobot](http://robot.itcollege.ee/sumorobot/2017/08/25/sumesp-prototype/) with ESP32 -Come and visit [k-space.ee](https://k-space.ee) on Wednesdays 18:00 for more of MicroPython \ No newline at end of file +Come and visit [k-space.ee](https://k-space.ee) on Wednesdays 18:00 for more of MicroPython diff --git a/boot.py b/boot.py index 6c10f9f..befffbb 100644 --- a/boot.py +++ b/boot.py @@ -2,4 +2,4 @@ import network wlan = network.WLAN(network.STA_IF) wlan.active(True) -wlan.connect("itcollege") +wlan.connect("k-space.ee guest")