Skip to content

Commit a8bacc7

Browse files
committed
add make mpy-cross and comments
1 parent d8cdb67 commit a8bacc7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

build_esp8266.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
#
99
# NOTE: you will need a lot of free disk space. This will likely not work on an 8GB RPi SD.
1010
#
11+
# 25SEP16 - added make mpy-cross
1112
# 24MAY16 - implement execUntilSuccessful to allow repeat retries calling esptool.py
1213
# 15APR16 - ensure python3 serial is installed
1314
# 14APR16 - check device at startup using esptool.py --port /dev/ttyUSB0 flash_id
@@ -463,7 +464,8 @@ fi
463464

464465

465466
#*******************************************************************************************************
466-
# comppile mpy-cross
467+
# compile mpy-cross
468+
# see https://github.com/micropython/micropython/tree/master/esp8266
467469
#*******************************************************************************************************
468470
cd ~/workspace/micropython/
469471
make -C mpy-cross

0 commit comments

Comments
 (0)