feat: 增加 cert:generate 和 arduino:install 脚本
This commit is contained in:
31
arduino-cli.json
Normal file
31
arduino-cli.json
Normal file
@@ -0,0 +1,31 @@
|
||||
{
|
||||
"board_manager": {
|
||||
"additional_urls": [
|
||||
"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"
|
||||
]
|
||||
},
|
||||
"daemon": {
|
||||
"port": "50051"
|
||||
},
|
||||
"directories": {
|
||||
"data": "",
|
||||
"downloads": "",
|
||||
"user": ""
|
||||
},
|
||||
"library": {
|
||||
"enable_unsafe_install": false
|
||||
},
|
||||
"logging": {
|
||||
"file": "",
|
||||
"format": "text",
|
||||
"level": "info"
|
||||
},
|
||||
"metrics": {
|
||||
"addr": "9090",
|
||||
"enabled": true
|
||||
},
|
||||
"sketch": {
|
||||
"always_export_binaries": false
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user