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 311e3ed commit 2b43ba6Copy full SHA for 2b43ba6
boards/xiao-esp32s3/definition.json
@@ -7,8 +7,20 @@
7
"productURL":"https://www.digikey.com/short/fbbqfjz5",
8
"documentationURL":"https://wiki.seeedstudio.com/xiao_esp32s3_getting_started/",
9
"published": false,
10
- "installMethod":"uf2",
11
- "components":{
+ "installMethod":"web-native-usb",
+ "bootDiskName": "XIAOS3BOOT",
12
+ "esptool": {
13
+ "fileSystemSize": 1572864,
14
+ "blockSize": 4096,
15
+ "offset": "0x450000",
16
+ "chip": "esp32s3",
17
+ "flashMode": "dio",
18
+ "flashFreq": "80m",
19
+ "flashSize": "8MB",
20
+ "structure": {
21
+ "0x0": "wippersnapper.xiao_esp32s3.fatfs.VERSION.combined.bin"
22
+ }
23
+ },"components":{
24
"digitalPins":[
25
{
26
"name":"D1",
0 commit comments