chore: 更新arduino-cli版本 (version: 1.3.1)

This commit is contained in:
王立帮
2025-10-04 10:33:41 +08:00
parent 4528544827
commit 1ca644bfa1
35 changed files with 6468 additions and 6454 deletions

2
src/common/shell-arduino.js Normal file → Executable file
View File

@@ -19,6 +19,7 @@ export default class ShellArduino extends Shell {
'--verbose',
'--libraries', `"${arduino.path.libraries.join('","')}"`,
'--build-path', `"${arduino.path.build}"`,
'--output-dir', `"${arduino.path.output}"`,
`"${arduino.path.code}"`,
'--no-color'
].join(' ');
@@ -38,6 +39,7 @@ export default class ShellArduino extends Shell {
'--verbose',
'--libraries', `"${arduino.path.libraries.join('","')}"`,
'--build-path', `"${arduino.path.build}"`,
'--output-dir', `"${arduino.path.output}"`,
`"${arduino.path.code}"`,
'--no-color'
].join(' ');