chore(arduino-cli): 移除package_index.json中非arduino板卡
This commit is contained in:
@@ -1,6 +1,7 @@
|
|||||||
{
|
{
|
||||||
"board_manager": {
|
"board_manager": {
|
||||||
"additional_urls": [
|
"additional_urls": [
|
||||||
|
"http://download.mixlylibs.cloud/arduino-packages/index/package_index.json",
|
||||||
"http://download.mixlylibs.cloud/arduino-packages/index/package_esp8266com_index.json",
|
"http://download.mixlylibs.cloud/arduino-packages/index/package_esp8266com_index.json",
|
||||||
"https://jihulab.com/esp-mirror/espressif/arduino-esp32/-/raw/gh-pages/package_esp32_index_cn.json"
|
"https://jihulab.com/esp-mirror/espressif/arduino-esp32/-/raw/gh-pages/package_esp32_index_cn.json"
|
||||||
]
|
]
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ import * as tar from 'tar';
|
|||||||
import shell from 'shelljs';
|
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_AVR_VERSION = '1.8.6';
|
||||||
const ARDUINO_ESP8266_VERSION = '3.1.1';
|
const ARDUINO_ESP8266_VERSION = '3.1.1';
|
||||||
const ARDUINO_ESP32_VERSION = '2.0.15';
|
const ARDUINO_ESP32_VERSION = '2.0.15';
|
||||||
|
|||||||
Reference in New Issue
Block a user