diff --git a/tools/esp32n2k-flashtool.ps1 b/tools/esp32n2k-flashtool.ps1 deleted file mode 100644 index f785347..0000000 --- a/tools/esp32n2k-flashtool.ps1 +++ /dev/null @@ -1,8 +0,0 @@ -@echo off -Rem Make powershell read this file, skip a number of lines, and execute it. -Rem This works around .ps1 bad file association as non executables. -PowerShell -Command "Get-Content '%~dpnx0' | Select-Object -Skip 6 | Out-String | Invoke-Expression" -pause -goto :eof -# Start of PowerShell script here -Write-Host "Hello World!" diff --git a/tools/flashtool.pyz b/tools/flashtool.pyz new file mode 100644 index 0000000..2f50de5 Binary files /dev/null and b/tools/flashtool.pyz differ