Skip to content

Commit 7550d03

Browse files
committed
boards: remove generic ESP32 family definition
Removed the generic definition for the ESP32 family device from boards.txt to streamline the configuration for the FoBE Quill ESP32-S3 Mesh. Signed-off-by: ChihoSin [email protected]
1 parent 67f7cb8 commit 7550d03

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

boards.txt

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -33,18 +33,8 @@ menu.NetworkLogLevel=Network Log Level
3333
### DO NOT PUT BOARDS ABOVE THE OFFICIAL ESPRESSIF BOARDS! ###
3434
##############################################################
3535

36-
# Generic definition to be used for USB discovery of CDC/JTAG
37-
esp32_family.name=ESP32 Family Device
38-
esp32_family.hide=true
39-
esp32_family.vid.0=0x303a
40-
esp32_family.pid.0=0x1001
41-
esp32_family.upload_port.0.vid=0x303a
42-
esp32_family.upload_port.0.pid=0x1001
43-
esp32_family.build.board=ESP32_FAMILY
44-
45-
##############################################################
4636
# FoBE Quill ESP32-S3 Mesh FH4R2
47-
37+
4838
fobe_quill_esp32_s3_mesh.name=FoBE Quill ESP32-S3 Mesh
4939
fobe_quill_esp32_s3_mesh.vid.0=0x303a
5040
fobe_quill_esp32_s3_mesh.pid.0=0x82f4

0 commit comments

Comments
 (0)