Skip to content

Commit 008aaad

Browse files
committed
Update build instruction
1 parent 7e52d49 commit 008aaad

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,9 @@ Grab the toolchain from https://github.com/espressif/ESP8266_RTOS_SDK#developing
7272

7373
```bash
7474
git clone --recursive https://github.com/walmis/blackmagic-espidf.git
75-
cd blackmagic-espidf
75+
cd blackmagic-espidf/ESP8266_RTOS_SDK
76+
git checkout master # checkout for lastest patches of ESP8266_RTOS_SDK
77+
cd ../
7678
make menuconfig # optional, if you want to change some settings
7779
make
7880
make flash # this will flash using esptool.py over serial connection

0 commit comments

Comments
 (0)