fix(boards): Correct typos in port prop. associations for "Bee" boards (#10276)

* fix(boards): Correct PID port property in "Bee Data Logger" board def

VID and PID port property values are hexadecimal literals and thus use the standard "0x" prefix.

Previously, this prefix was missing from the PID port property association in the definition of the
board definition of "Bee Data Logger" board. This typo caused ports having the 0x303a, 0x815C
VID/PID pair to not be identified as a "Bee Data Logger" board as intended.

* 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.
This commit is contained in:
per1234 2024-09-02 03:20:23 -07:00 committed by GitHub
parent 0b8eedea5c
commit f06f2d7b07
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -34347,9 +34347,9 @@ department_of_alchemy_minimain_esp32s2.menu.EraseFlash.all.upload.erase_cmd=-e
Bee_Data_Logger.name=Bee Data Logger
Bee_Data_Logger.vid.0=0x303a
Bee_Data_Logger.pid.0=815C
Bee_Data_Logger.pid.0=0x815C
Bee_Data_Logger.upload_port.0.vid=0x303a
Bee_Data_Logger.upload_port.0.pid=815C
Bee_Data_Logger.upload_port.0.pid=0x815C
Bee_Data_Logger.bootloader.tool=esptool_py
Bee_Data_Logger.bootloader.tool.default=esptool_py
@ -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
@ -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