We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9807667 commit 5eef786Copy full SHA for 5eef786
boards/metroesp32s2/definition.json
@@ -8,7 +8,19 @@
8
"productURL":"https://www.adafruit.com/product/4775",
9
"documentationURL":"https://learn.adafruit.com/adafruit-metro-esp32-s2",
10
"bootloaderBoardName": "adafruit_metro_esp32s2",
11
- "installMethod": "uf2",
+ "installMethod": "web-native-usb",
12
+ "esptool": {
13
+ "fileSystemSize": 983040,
14
+ "blockSize": 4096,
15
+ "offset": "0x310000",
16
+ "chip": "esp32s2",
17
+ "flashMode": "dio",
18
+ "flashFreq": "80m",
19
+ "flashSize": "4MB",
20
+ "structure": {
21
+ "0x0": "wippersnapper.metroesp32s2.fatfs.VERSION.combined.bin"
22
+ }
23
+ },
24
"components":{
25
"digitalPins":[
26
{
0 commit comments