Skip to content

fixed names on the VID and PID for my boards in boards.txt #7144

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 1 commit into from
Aug 24, 2022
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
12 changes: 6 additions & 6 deletions boards.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17114,8 +17114,8 @@ department_of_alchemy_minimain_esp32s2.menu.EraseFlash.all.upload.erase_cmd=-e
##############################################################

Bee_Motion_S3.name=Bee Motion S3
Bee_Motion_Mini.vid.0=0x303a
Bee_Motion_Mini.pid.0=0x8113
Bee_Motion_S3.vid.0=0x303a
Bee_Motion_S3.pid.0=0x8113

Bee_Motion_S3.bootloader.tool=esptool_py
Bee_Motion_S3.bootloader.tool.default=esptool_py
Expand Down Expand Up @@ -17223,8 +17223,8 @@ Bee_Motion_S3.menu.EraseFlash.all.upload.erase_cmd=-e
########################################################################

Bee_Motion.name=Bee Motion
Bee_Motion_Mini.vid.0=0x303a
Bee_Motion_Mini.pid.0=0x810D
Bee_Motion.vid.0=0x303a
Bee_Motion.pid.0=0x810D

Bee_Motion.bootloader.tool=esptool_py
Bee_Motion.bootloader.tool.default=esptool_py
Expand Down Expand Up @@ -17440,8 +17440,8 @@ Bee_Motion_Mini.menu.EraseFlash.all.upload.erase_cmd=-e
###############################################################

Bee_S3.name=Bee S3
Bee_Motion_Mini.vid.0=0x303a
Bee_Motion_Mini.pid.0=0x8110
Bee_S3.vid.0=0x303a
Bee_S3.pid.0=0x8110

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