From 71b5f980cd2b4cec379cafa79b9b7170d0f18adf Mon Sep 17 00:00:00 2001 From: Silver Kuusik Date: Wed, 10 Jan 2018 22:24:35 +0100 Subject: [PATCH] update readme --- README.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 593a1ea..6d1ec95 100644 --- a/README.md +++ b/README.md @@ -2,11 +2,9 @@ The software that is running on the SumoRobots # Instructions -* Downlad the [SumoRobot firmware](https://github.com/eik-robo/sumoesp/tree/master/soft) -* Replace the hal.py with the one in this repository -* Add your WiFi networks to the hal.py WIFIS dict -* Install [MicroPython](http://micropython.org/download#esp32) on your ESP32 -* Upload the SumoRobot firmware on your ESP32 with [ampy](https://github.com/adafruit/ampy) +* Add your WiFi networks to the wifis.json file +* Install [MicroPython](http://micropython.org/download#esp32) on your ESP32 (make flash) +* Upload the SumoRobot firmware on your ESP32 with [ampy](https://github.com/adafruit/ampy) (make all) # Credits * [K-SPACE MTÜ](https://k-space.ee/)