chore(arduino-cli): 移除package_index.json中非arduino板卡

This commit is contained in:
王立帮
2025-05-09 23:37:02 +08:00
parent 7d26c83695
commit 9f0e12601c
2 changed files with 2 additions and 1 deletions

View File

@@ -10,7 +10,7 @@ import * as tar from 'tar';
import shell from 'shelljs';
const CLI_VERSION = '1.0.0';
const CLI_VERSION = '1.2.2';
const ARDUINO_AVR_VERSION = '1.8.6';
const ARDUINO_ESP8266_VERSION = '3.1.1';
const ARDUINO_ESP32_VERSION = '2.0.15';