We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8f20b1 commit b8ef08eCopy full SHA for b8ef08e
platform.json
@@ -90,14 +90,16 @@
90
},
91
"tool-esptoolpy": {
92
"type": "uploader",
93
- "optional": false,
+ "optional": true,
94
"owner": "pioarduino",
95
- "version": "https://github.com/pioarduino/esptool/releases/download/v5.0.0-dev1/esptool.zip"
+ "package-version": "5.0.2",
96
+ "version": "https://github.com/pioarduino/registry/releases/download/0.0.1/esptoolpy-v5.0.2.zip"
97
- "tl-install": {
98
+ "tool-esp_install": {
99
"type": "tool",
100
"optional": false,
101
102
+ "package-version": "5.1.0",
103
"version": "https://github.com/pioarduino/esp_install/releases/download/v5.1.0/esp_install-v5.1.0.zip"
104
105
"tool-dfuutil-arduino": {
0 commit comments