From d31bbc056ab6d928da1a31b1c57a0f5dc2e39108 Mon Sep 17 00:00:00 2001 From: Silver Kuusik Date: Sun, 15 Apr 2018 11:45:42 +0300 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index bff4174..ad4c833 100644 --- a/README.md +++ b/README.md @@ -2,11 +2,13 @@ The software that is running on the SumoRobots +Code + # Instructions * Change the SERIAL_PORT in the Makefile * Add your WiFi networks to the config.json file * Install [Python](https://www.python.org/downloads/) -* Install [esptool](https://github.com/espressif/esptool) (to communicate with the ESP32 board) +* Install [esptool](https://github.com/espressif/esptool) (to flash MicroPython to the ESP32) * Install [ampy](https://github.com/adafruit/ampy) (for uploading files) * Download [the MicroPython binary](http://micropython.org/download#esp32) to this directory * Upload the MicroPython binary and the SumoRobot firmware to your ESP32 (open a terminal and type: make all)