mirror of
https://github.com/esp8266/Arduino.git
synced 2025-07-30 16:24:09 +03:00
Update esptool to 0.4.4
This commit is contained in:
@ -397,14 +397,14 @@
|
|||||||
</antcall>
|
</antcall>
|
||||||
|
|
||||||
|
|
||||||
<antcall target="unzip">
|
<antcall target="untar">
|
||||||
<param name="archive_file" value="${staging_folder}/esptool-0.4.3-osx.zip" />
|
<param name="archive_file" value="${staging_folder}/esptool-0.4.4-osx.tar.gz" />
|
||||||
<param name="archive_url" value="https://github.com/igrr/esptool-ck/releases/download/0.4.3/esptool-0.4.3-osx.zip" />
|
<param name="archive_url" value="https://github.com/igrr/esptool-ck/releases/download/0.4.4/esptool-0.4.4-osx.tar.gz" />
|
||||||
<param name="final_folder" value="${staging_folder}/work/${staging_hardware_folder}/esp8266com/esp8266/tools/esptool-0.4.3-osx" />
|
<param name="final_folder" value="${staging_folder}/work/${staging_hardware_folder}/esp8266com/esp8266/tools/esptool-0.4.4-osx" />
|
||||||
<param name="dest_folder" value="${staging_folder}/work/${staging_hardware_folder}/esp8266com/esp8266/tools/" />
|
<param name="dest_folder" value="${staging_folder}/work/${staging_hardware_folder}/esp8266com/esp8266/tools/" />
|
||||||
</antcall>
|
</antcall>
|
||||||
<move file="${staging_folder}/work/${staging_hardware_folder}/esp8266com/esp8266/tools/esptool-0.4.3-osx/esptool" tofile="${staging_folder}/work/${staging_hardware_folder}/esp8266com/esp8266/tools/esptool" />
|
<move file="${staging_folder}/work/${staging_hardware_folder}/esp8266com/esp8266/tools/esptool-0.4.4-osx/esptool" tofile="${staging_folder}/work/${staging_hardware_folder}/esp8266com/esp8266/tools/esptool" />
|
||||||
<delete dir="${staging_folder}/work/${staging_hardware_folder}/esp8266com/esp8266/tools/esptool-0.4.3-osx/" />
|
<delete dir="${staging_folder}/work/${staging_hardware_folder}/esp8266com/esp8266/tools/esptool-0.4.4-osx/" />
|
||||||
|
|
||||||
</target>
|
</target>
|
||||||
|
|
||||||
@ -670,14 +670,14 @@
|
|||||||
<param name="dest_folder" value="${staging_folder}/work/${staging_hardware_folder}/esp8266com/esp8266/tools/" />
|
<param name="dest_folder" value="${staging_folder}/work/${staging_hardware_folder}/esp8266com/esp8266/tools/" />
|
||||||
</antcall>
|
</antcall>
|
||||||
|
|
||||||
<antcall target="unzip">
|
<antcall target="untar">
|
||||||
<param name="archive_file" value="${staging_folder}/esptool-0.4.3-linux64.zip" />
|
<param name="archive_file" value="${staging_folder}/esptool-0.4.4-linux64.tar.gz" />
|
||||||
<param name="archive_url" value="https://github.com/igrr/esptool-ck/releases/download/0.4.3/esptool-0.4.3-linux64.zip" />
|
<param name="archive_url" value="https://github.com/igrr/esptool-ck/releases/download/0.4.4/esptool-0.4.4-linux64.tar.gz" />
|
||||||
<param name="final_folder" value="${staging_folder}/work/${staging_hardware_folder}/esp8266com/esp8266/tools/esptool-0.4.3-linux64" />
|
<param name="final_folder" value="${staging_folder}/work/${staging_hardware_folder}/esp8266com/esp8266/tools/esptool-0.4.4-linux64" />
|
||||||
<param name="dest_folder" value="${staging_folder}/work/${staging_hardware_folder}/esp8266com/esp8266/tools/" />
|
<param name="dest_folder" value="${staging_folder}/work/${staging_hardware_folder}/esp8266com/esp8266/tools/" />
|
||||||
</antcall>
|
</antcall>
|
||||||
<move file="${staging_folder}/work/${staging_hardware_folder}/esp8266com/esp8266/tools/esptool-0.4.3-linux64/esptool" tofile="${staging_folder}/work/${staging_hardware_folder}/esp8266com/esp8266/tools/esptool" />
|
<move file="${staging_folder}/work/${staging_hardware_folder}/esp8266com/esp8266/tools/esptool-0.4.4-linux64/esptool" tofile="${staging_folder}/work/${staging_hardware_folder}/esp8266com/esp8266/tools/esptool" />
|
||||||
<delete dir="${staging_folder}/work/${staging_hardware_folder}/esp8266com/esp8266/tools/esptool-0.4.3-linux64/" />
|
<delete dir="${staging_folder}/work/${staging_hardware_folder}/esp8266com/esp8266/tools/esptool-0.4.4-linux64/" />
|
||||||
|
|
||||||
</target>
|
</target>
|
||||||
|
|
||||||
@ -924,13 +924,13 @@
|
|||||||
|
|
||||||
|
|
||||||
<antcall target="unzip">
|
<antcall target="unzip">
|
||||||
<param name="archive_file" value="${staging_folder}/esptool-0.4.3-win32.zip" />
|
<param name="archive_file" value="${staging_folder}/esptool-0.4.4-win32.zip" />
|
||||||
<param name="archive_url" value="https://github.com/igrr/esptool-ck/releases/download/0.4.3/esptool-0.4.3-win32.zip" />
|
<param name="archive_url" value="https://github.com/igrr/esptool-ck/releases/download/0.4.4/esptool-0.4.4-win32.zip" />
|
||||||
<param name="final_folder" value="${staging_folder}/work/${staging_hardware_folder}/esp8266com/esp8266/tools/esptool-0.4.3-win32" />
|
<param name="final_folder" value="${staging_folder}/work/${staging_hardware_folder}/esp8266com/esp8266/tools/esptool-0.4.4-win32" />
|
||||||
<param name="dest_folder" value="${staging_folder}/work/${staging_hardware_folder}/esp8266com/esp8266/tools/" />
|
<param name="dest_folder" value="${staging_folder}/work/${staging_hardware_folder}/esp8266com/esp8266/tools/" />
|
||||||
</antcall>
|
</antcall>
|
||||||
<move file="${staging_folder}/work/${staging_hardware_folder}/esp8266com/esp8266/tools/esptool-0.4.3-win32/esptool.exe" tofile="${staging_folder}/work/${staging_hardware_folder}/esp8266com/esp8266/tools/esptool.exe" />
|
<move file="${staging_folder}/work/${staging_hardware_folder}/esp8266com/esp8266/tools/esptool-0.4.4-win32/esptool.exe" tofile="${staging_folder}/work/${staging_hardware_folder}/esp8266com/esp8266/tools/esptool.exe" />
|
||||||
<delete dir="${staging_folder}/work/${staging_hardware_folder}/esp8266com/esp8266/tools/esptool-0.4.3-win32/" />
|
<delete dir="${staging_folder}/work/${staging_hardware_folder}/esp8266com/esp8266/tools/esptool-0.4.4-win32/" />
|
||||||
|
|
||||||
</target>
|
</target>
|
||||||
|
|
||||||
|
@ -1 +0,0 @@
|
|||||||
f183d52557a50dd362fcb4d45ffd6612b328e465
|
|
1
build/linux/esptool-0.4.4-linux64.tar.gz.sha
Normal file
1
build/linux/esptool-0.4.4-linux64.tar.gz.sha
Normal file
@ -0,0 +1 @@
|
|||||||
|
65e4b3c4a26e7960536f8f2a19c5d65a13fe8025
|
@ -1 +0,0 @@
|
|||||||
544070e40abd3a81cad554020be86157674f9794
|
|
1
build/macosx/esptool-0.4.4-osx.tar.gz.sha
Normal file
1
build/macosx/esptool-0.4.4-osx.tar.gz.sha
Normal file
@ -0,0 +1 @@
|
|||||||
|
26c53e32887b0c41dab861df93a60d1688e7762b
|
@ -1 +0,0 @@
|
|||||||
10eb2292bb20accceb7389ab91fa40afd5b1fb70
|
|
1
build/windows/esptool-0.4.4-win32.zip.sha
Normal file
1
build/windows/esptool-0.4.4-win32.zip.sha
Normal file
@ -0,0 +1 @@
|
|||||||
|
2d1beb3fb3af8b16bca15b7cd6f61aec10cc52cb
|
Reference in New Issue
Block a user