We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d852a3 commit fb44eafCopy full SHA for fb44eaf
README.md
@@ -261,7 +261,7 @@ Finally, build the firmware:
261
cd ./micropython/ports/esp32
262
# temporarily add esp32 compiler to path
263
export PATH=../../esp32/esp-idf/xtensa-esp32-elf/bin:$PATH
264
-export ESPIDF=esp-idf # req'd by Makefile
+export ESPIDF=../../esp32/esp-idf # req'd by Makefile
265
export BOARD=GENERIC # options are dirs in ./boards
266
export USER_C_MODULES=../../../ulab # include ulab in firmware
267
0 commit comments