diff options
author | Damien George <damien@micropython.org> | 2022-05-17 16:00:49 +1000 |
---|---|---|
committer | Damien George <damien@micropython.org> | 2022-05-17 16:01:56 +1000 |
commit | 8725a32f41de6c4ea720945f2c81edd08d349895 (patch) | |
tree | ce28445036f05a70ee8b2b1320bb2d698fa3a5ea | |
parent | f8d3956c63edd92934abcf2697c5b98842fbd18c (diff) |
tools/ci.sh: For esp8266 CI install esptool 3.3.1.
Signed-off-by: Damien George <damien@micropython.org>
-rwxr-xr-x | tools/ci.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/ci.sh b/tools/ci.sh index 31f520a4f..3d084508f 100755 --- a/tools/ci.sh +++ b/tools/ci.sh @@ -149,7 +149,7 @@ function ci_esp32_build { # ports/esp8266 function ci_esp8266_setup { - sudo pip install pyserial esptool + sudo pip install pyserial esptool==3.3.1 wget https://github.com/jepler/esp-open-sdk/releases/download/2018-06-10/xtensa-lx106-elf-standalone.tar.gz zcat xtensa-lx106-elf-standalone.tar.gz | tar x # Remove this esptool.py so pip version is used instead |