Skip to content

Commit 1728319

Browse files
authored
Add hwids for OLIMEX ESP32 boards that use CH340 USB/serial converters (platformio#830)
1 parent d4bfc01 commit 1728319

File tree

5 files changed

+5
-0
lines changed

5 files changed

+5
-0
lines changed

boards/esp32-devkitlipo.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"f_cpu": "240000000L",
99
"f_flash": "40000000L",
1010
"flash_mode": "qio",
11+
"hwids": [["0x1A86", "0x7523"]],
1112
"mcu": "esp32",
1213
"variant": "esp32-devkit-lipo"
1314
},

boards/esp32-evb.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"f_cpu": "240000000L",
99
"f_flash": "40000000L",
1010
"flash_mode": "dio",
11+
"hwids": [["0x1A86", "0x7523"]],
1112
"mcu": "esp32",
1213
"variant": "esp32-evb"
1314
},

boards/esp32-gateway.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"f_cpu": "240000000L",
99
"f_flash": "40000000L",
1010
"flash_mode": "dio",
11+
"hwids": [["0x1A86", "0x7523"]],
1112
"mcu": "esp32",
1213
"variant": "esp32-gateway"
1314
},

boards/esp32-poe-iso.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"f_cpu": "240000000L",
99
"f_flash": "40000000L",
1010
"flash_mode": "dio",
11+
"hwids": [["0x1A86", "0x7523"]],
1112
"mcu": "esp32",
1213
"variant": "esp32-poe-iso"
1314
},

boards/esp32-poe.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"f_cpu": "240000000L",
99
"f_flash": "40000000L",
1010
"flash_mode": "dio",
11+
"hwids": [["0x1A86", "0x7523"]],
1112
"mcu": "esp32",
1213
"variant": "esp32-poe"
1314
},

0 commit comments

Comments
 (0)