Skip to content

Commit 5eef786

Browse files
committed
Update definition.json for Metro ESP32-S2
1 parent 9807667 commit 5eef786

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

boards/metroesp32s2/definition.json

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,19 @@
88
"productURL":"https://www.adafruit.com/product/4775",
99
"documentationURL":"https://learn.adafruit.com/adafruit-metro-esp32-s2",
1010
"bootloaderBoardName": "adafruit_metro_esp32s2",
11-
"installMethod": "uf2",
11+
"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+
},
1224
"components":{
1325
"digitalPins":[
1426
{

0 commit comments

Comments
 (0)