From 7ef2d2ecfb1da20584d5a71783cf61d1cbf3fab1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lauri=20V=C3=B5sandi?= Date: Wed, 28 Feb 2018 18:16:00 +0200 Subject: [PATCH] Fixes --- README.md | 4 ++-- boot.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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")