Skip to content

Commit

Permalink
fix(boards): Correct property names for PID port property associations
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
per1234 committed Sep 1, 2024
1 parent 8b9b26d commit 87ad6e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions boards.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34571,7 +34571,7 @@ Bee_Motion.name=Bee Motion
Bee_Motion.vid.0=0x303a
Bee_Motion.pid.0=0x810D
Bee_Motion.vid.upload_port.0.vid=0x303a
Bee_Motion.pid.upload_port.0.vid=0x810D
Bee_Motion.pid.upload_port.0.pid=0x810D

Bee_Motion.bootloader.tool=esptool_py
Bee_Motion.bootloader.tool.default=esptool_py
Expand Down Expand Up @@ -34790,7 +34790,7 @@ Bee_S3.name=Bee S3
Bee_S3.vid.0=0x303a
Bee_S3.pid.0=0x8110
Bee_S3.vid.upload_port.0.vid=0x303a
Bee_S3.pid.upload_port.0.vid=0x8110
Bee_S3.pid.upload_port.0.pid=0x8110

Bee_S3.bootloader.tool=esptool_py
Bee_S3.bootloader.tool.default=esptool_py
Expand Down

0 comments on commit 87ad6e9

Please sign in to comment.