Skip to content

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

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Sep 2, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions boards.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down 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