diff --git a/install-windows.bat b/install-windows.bat index b4e879b..658cacf 100644 --- a/install-windows.bat +++ b/install-windows.bat @@ -17,7 +17,7 @@ cd .. REM --- Cria run.bat com automação via PowerShell --- echo @echo off > .vscode\run.bat echo echo Compiling... >> .vscode\run.bat -echo .\bin\arduino-cli.exe compile --fqbn arduino:avr:uno code --libraries .\libraries\ --build-path .\build --clean >> .vscode\run.bat +echo .\bin\arduino-cli.exe compile --fqbn arduino:avr:uno code --libraries .\libs\ --build-path .\build --clean >> .vscode\run.bat echo. >> .vscode\run.bat echo powershell -Command "Add-Type -AssemblyName System.Windows.Forms; Start-Sleep -Milliseconds 300; [Windows.Forms.SendKeys]::SendWait('^+p'); Start-Sleep -Milliseconds 500; [Windows.Forms.SendKeys]::SendWait('Wokwi: Start Simulation{ENTER}')" >> .vscode\run.bat