Skip to content

Commit 87ad6e9

Browse files
committed
fix(boards): Correct property names for PID port property associations
These properties are intended to associate values of the PID port property with "Bee" board definitions. A typo caused them to instead associatiate the values with the VID port property. The result was that ports with this VID/PID pair were not identified by the Arduino development software as the board model as intended.
1 parent 8b9b26d commit 87ad6e9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: boards.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -34571,7 +34571,7 @@ Bee_Motion.name=Bee Motion
3457134571
Bee_Motion.vid.0=0x303a
3457234572
Bee_Motion.pid.0=0x810D
3457334573
Bee_Motion.vid.upload_port.0.vid=0x303a
34574-
Bee_Motion.pid.upload_port.0.vid=0x810D
34574+
Bee_Motion.pid.upload_port.0.pid=0x810D
3457534575

3457634576
Bee_Motion.bootloader.tool=esptool_py
3457734577
Bee_Motion.bootloader.tool.default=esptool_py
@@ -34790,7 +34790,7 @@ Bee_S3.name=Bee S3
3479034790
Bee_S3.vid.0=0x303a
3479134791
Bee_S3.pid.0=0x8110
3479234792
Bee_S3.vid.upload_port.0.vid=0x303a
34793-
Bee_S3.pid.upload_port.0.vid=0x8110
34793+
Bee_S3.pid.upload_port.0.pid=0x8110
3479434794

3479534795
Bee_S3.bootloader.tool=esptool_py
3479634796
Bee_S3.bootloader.tool.default=esptool_py

0 commit comments

Comments
 (0)