From 7e35e717f3d2d9b29d385609af80de1e865f8da2 Mon Sep 17 00:00:00 2001 From: Sandeep Mistry Date: Thu, 4 Oct 2018 11:11:36 -0400 Subject: [PATCH] Update read me for IDF v3.1 and new sketch to use --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 61fc5b7..310921d 100644 --- a/README.md +++ b/README.md @@ -4,12 +4,12 @@ This firmware uses [Espressif's IDF](https://github.com/espressif/esp-idf) ## Building -1. [Download the ESP32 toolchain](http://esp-idf.readthedocs.io/en/v3.0/get-started/index.html#setup-toolchain) +1. [Download the ESP32 toolchain](http://esp-idf.readthedocs.io/en/v3.1/get-started/index.html#setup-toolchain) 1. Extract it and add it to your `PATH`: `export PATH=$PATH:/bin` -1. Clone **v3.0** of the IDF: `git clone --branch v3.0 --recursive https://github.com/espressif/esp-idf.git` +1. Clone **v3.1** of the IDF: `git clone --branch v3.1 --recursive https://github.com/espressif/esp-idf.git` 1. Set the `IDF_PATH` environment variable: `export IDF_PATH=` 1. Run `make` to build the firmware (in the directory of this read me) -1. Load the `WiFiNINAFirmwareUpdater` example sketch on to the board +1. Load the `Tools -> SerialNINAPassthrough` example sketch on to the board 1. Use `esptool` to flash the compiled firmware ## License