File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,11 @@ This firmware uses [Espressif's IDF](https://github.com/espressif/esp-idf)
8
8
1 . Extract it and add it to your ` PATH ` : ` export PATH=$PATH:<path/to/toolchain>/bin `
9
9
1 . Clone ** v3.3.1** of the IDF: ` git clone --branch v3.3.1 --recursive https://github.com/espressif/esp-idf.git `
10
10
1 . Set the ` IDF_PATH ` environment variable: ` export IDF_PATH=<path/to/idf> `
11
- 1 . Run ` make ` to build the firmware (in the directory of this read me)
11
+ 1 . Run ` make ` to build the firmware (in the directory of this read me). You may want to add different depending on the target board.
12
+ 1 . ` RELEASE=1 make ` for MKR WiFi 1010 and Nano 33 IoT
13
+ 1 . ` RELEASE=1 NANO_RP2040_CONNECT=1 make ` for Nano RP2040 connect
14
+ 1 . ` RELEASE=1 UNO_WIFI_REV2=1 make ` for UNO WiFi Rev2
15
+
12
16
1 . Load the ` Tools -> SerialNINAPassthrough ` example sketch on to the board
13
17
1 . Use ` esptool ` to flash the compiled firmware
14
18
You can’t perform that action at this time.
0 commit comments