Update Arduino core to v2.0.11
- Added several new boards (including Nano ESP32) // Resolves #1162 - Added DFU upload method via dfu-util for the new Arduino Nano ESP32 - Updated IDF version to v4.4.5 for mixed Arduino/IDF projects
This commit is contained in:
+8
-2
@@ -67,7 +67,7 @@
|
||||
"type": "framework",
|
||||
"optional": true,
|
||||
"owner": "platformio",
|
||||
"version": "~3.20009.0"
|
||||
"version": "~3.20011.0"
|
||||
},
|
||||
"framework-arduino-mbcwb": {
|
||||
"type": "framework",
|
||||
@@ -80,7 +80,7 @@
|
||||
"optional": true,
|
||||
"owner": "platformio",
|
||||
"version": "~3.50002.0",
|
||||
"optionalVersions": ["~3.40404.0"]
|
||||
"optionalVersions": ["~3.40405.0"]
|
||||
},
|
||||
"tool-esptoolpy": {
|
||||
"type": "uploader",
|
||||
@@ -92,6 +92,12 @@
|
||||
"owner": "meteca",
|
||||
"version": ">=2.0.0"
|
||||
},
|
||||
"tool-dfuutil-arduino": {
|
||||
"type": "uploader",
|
||||
"optional": true,
|
||||
"owner": "platformio",
|
||||
"version": "~1.11.0"
|
||||
},
|
||||
"tool-openocd-esp32": {
|
||||
"type": "debugger",
|
||||
"optional": true,
|
||||
|
||||
Reference in New Issue
Block a user