Change windows librarys folder name
This commit is contained in:
parent
9d85908553
commit
edbe21f82e
@ -17,7 +17,7 @@ cd ..
|
|||||||
REM --- Cria run.bat com automação via PowerShell ---
|
REM --- Cria run.bat com automação via PowerShell ---
|
||||||
echo @echo off > .vscode\run.bat
|
echo @echo off > .vscode\run.bat
|
||||||
echo echo Compiling... >> .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. >> .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
|
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
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user