From edbe21f82ea717d7010bad0a52f2bf5d17edb68f Mon Sep 17 00:00:00 2001 From: rafa Date: Sun, 11 May 2025 00:47:13 +0200 Subject: [PATCH] Change windows librarys folder name --- install-windows.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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