This commit is contained in:
Lauri Võsandi 2018-02-28 18:16:00 +02:00
parent 6564761f68
commit 7ef2d2ecfb
2 changed files with 3 additions and 3 deletions

View File

@ -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
Come and visit [k-space.ee](https://k-space.ee) on Wednesdays 18:00 for more of MicroPython

View File

@ -2,4 +2,4 @@
import network
wlan = network.WLAN(network.STA_IF)
wlan.active(True)
wlan.connect("itcollege")
wlan.connect("k-space.ee guest")