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

4
scripts/arduino-install.js Normal file → Executable file
View File

@@ -10,10 +10,10 @@ import * as tar from 'tar';
import shell from 'shelljs';
const CLI_VERSION = '1.2.2';
const CLI_VERSION = '1.3.1';
const ARDUINO_AVR_VERSION = '1.8.6';
const ARDUINO_ESP8266_VERSION = '3.1.1';
const ARDUINO_ESP32_VERSION = '2.0.15';
const ARDUINO_ESP32_VERSION = '2.0.15-cn';
const CLI_DIR_PATH = path.resolve(process.cwd(), 'arduino-cli');

0
scripts/cert-generate.js Normal file → Executable file
View File