Skip to content

Commit fb44eaf

Browse files
authored
correct esp32 instructions
Added small correction based on #365
1 parent 6d852a3 commit fb44eaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ Finally, build the firmware:
261261
cd ./micropython/ports/esp32
262262
# temporarily add esp32 compiler to path
263263
export PATH=../../esp32/esp-idf/xtensa-esp32-elf/bin:$PATH
264-
export ESPIDF=esp-idf # req'd by Makefile
264+
export ESPIDF=../../esp32/esp-idf # req'd by Makefile
265265
export BOARD=GENERIC # options are dirs in ./boards
266266
export USER_C_MODULES=../../../ulab # include ulab in firmware
267267

0 commit comments

Comments
 (0)