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 00a0cd7 commit 4117a2dCopy full SHA for 4117a2d
tools/ci.sh
@@ -209,7 +209,7 @@ function ci_esp32_build_s3_c3 {
209
210
function ci_esp8266_setup {
211
sudo pip3 install pyserial esptool==3.3.1 pyelftools ar
212
- wget https://github.com/jepler/esp-open-sdk/releases/download/2018-06-10/xtensa-lx106-elf-standalone.tar.gz
+ wget https://micropython.org/resources/xtensa-lx106-elf-standalone.tar.gz
213
zcat xtensa-lx106-elf-standalone.tar.gz | tar x
214
# Remove this esptool.py so pip version is used instead
215
rm xtensa-lx106-elf/bin/esptool.py
0 commit comments