feat: arduino-cli升级到v1.2.2

This commit is contained in:
王立帮
2025-05-08 23:45:10 +08:00
parent c79fcd89dc
commit 20a473d868
4 changed files with 3 additions and 4 deletions

View File

@@ -16,7 +16,6 @@ export default class ShellArduino extends Shell {
'compile',
'-b', arduino.key,
'--config-file', `"${arduino.path.config}"`,
'--build-cache-path', `"${arduino.path.cache}"`,
'--verbose',
'--libraries', `"${arduino.path.libraries.join('","')}"`,
'--build-path', `"${arduino.path.build}"`,
@@ -36,7 +35,6 @@ export default class ShellArduino extends Shell {
'-p', arduino.port,
'-b', arduino.key,
'--config-file', `"${arduino.path.config}"`,
'--build-cache-path', `"${arduino.path.cache}"`,
'--verbose',
'--libraries', `"${arduino.path.libraries.join('","')}"`,
'--build-path', `"${arduino.path.build}"`,