Skip to content

Commit d22bcb7

Browse files
authored
fixed names on the VID and PID for boards (#7144)
somehow had duplicated the same name across all my boards. the PID's and VID's were correct, but the name was the same for all of them. that is fixed now.
1 parent 3f69bcf commit d22bcb7

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Diff for: boards.txt

+6-6
Original file line numberDiff line numberDiff line change
@@ -17114,8 +17114,8 @@ department_of_alchemy_minimain_esp32s2.menu.EraseFlash.all.upload.erase_cmd=-e
1711417114
##############################################################
1711517115

1711617116
Bee_Motion_S3.name=Bee Motion S3
17117-
Bee_Motion_Mini.vid.0=0x303a
17118-
Bee_Motion_Mini.pid.0=0x8113
17117+
Bee_Motion_S3.vid.0=0x303a
17118+
Bee_Motion_S3.pid.0=0x8113
1711917119

1712017120
Bee_Motion_S3.bootloader.tool=esptool_py
1712117121
Bee_Motion_S3.bootloader.tool.default=esptool_py
@@ -17223,8 +17223,8 @@ Bee_Motion_S3.menu.EraseFlash.all.upload.erase_cmd=-e
1722317223
########################################################################
1722417224

1722517225
Bee_Motion.name=Bee Motion
17226-
Bee_Motion_Mini.vid.0=0x303a
17227-
Bee_Motion_Mini.pid.0=0x810D
17226+
Bee_Motion.vid.0=0x303a
17227+
Bee_Motion.pid.0=0x810D
1722817228

1722917229
Bee_Motion.bootloader.tool=esptool_py
1723017230
Bee_Motion.bootloader.tool.default=esptool_py
@@ -17440,8 +17440,8 @@ Bee_Motion_Mini.menu.EraseFlash.all.upload.erase_cmd=-e
1744017440
###############################################################
1744117441

1744217442
Bee_S3.name=Bee S3
17443-
Bee_Motion_Mini.vid.0=0x303a
17444-
Bee_Motion_Mini.pid.0=0x8110
17443+
Bee_S3.vid.0=0x303a
17444+
Bee_S3.pid.0=0x8110
1744517445

1744617446
Bee_S3.bootloader.tool=esptool_py
1744717447
Bee_S3.bootloader.tool.default=esptool_py

0 commit comments

Comments
 (0)