Skip to content

Commit 081e667

Browse files
authored
Update esptool to v4.7 (#268)
***NO_CI***
1 parent 166a3cf commit 081e667

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

lib/esptool/esptoolLinux/esptool

-260 KB
Binary file not shown.

lib/esptool/esptoolMac/esptool

14.4 KB
Binary file not shown.

lib/esptool/esptoolWin/esptool.exe

-298 KB
Binary file not shown.

update-esptool.ps1

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,9 @@ Remove-Item -Path (Join-Path -Path $PSScriptRoot -ChildPath "lib\esptool\esptool
6464

6565
# copy files to the correct locations
6666
"Copying files to tools folders..." | Write-Host -ForegroundColor White -NoNewline
67-
Move-Item -Path (Join-Path -Path $env:TEMP -ChildPath "esptool-$version-win64\**" -Resolve) -Destination (Join-Path -Path $PSScriptRoot -ChildPath "lib\esptool\esptoolWin" -Resolve) -Force
68-
Move-Item -Path (Join-Path -Path $env:TEMP -ChildPath "esptool-$version-macos\**" -Resolve) -Destination (Join-Path -Path $PSScriptRoot -ChildPath "lib\esptool\esptoolMac" -Resolve) -Force
69-
Move-Item -Path (Join-Path -Path $env:TEMP -ChildPath "esptool-$version-linux-amd64\**" -Resolve) -Destination (Join-Path -Path $PSScriptRoot -ChildPath "lib\esptool\esptoolLinux" -Resolve) -Force
67+
Move-Item -Path (Join-Path -Path $env:TEMP -ChildPath "esptool-win64\**" -Resolve) -Destination (Join-Path -Path $PSScriptRoot -ChildPath "lib\esptool\esptoolWin" -Resolve) -Force
68+
Move-Item -Path (Join-Path -Path $env:TEMP -ChildPath "esptool-macos\**" -Resolve) -Destination (Join-Path -Path $PSScriptRoot -ChildPath "lib\esptool\esptoolMac" -Resolve) -Force
69+
Move-Item -Path (Join-Path -Path $env:TEMP -ChildPath "esptool-linux-amd64\**" -Resolve) -Destination (Join-Path -Path $PSScriptRoot -ChildPath "lib\esptool\esptoolLinux" -Resolve) -Force
7070
"OK" | Write-Host -ForegroundColor Green
7171

7272
# cleanup files

0 commit comments

Comments
 (0)