From b5618b3da06982e273390557f970184faf98a181 Mon Sep 17 00:00:00 2001 From: per1234 Date: Sun, 1 Sep 2024 07:20:24 -0700 Subject: [PATCH] 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. --- boards.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/boards.txt b/boards.txt index 29785eb5937..9c038071509 100644 --- a/boards.txt +++ b/boards.txt @@ -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