@@ -613,10 +613,11 @@ robotControl.build.mcu=atmega32u4
613
613
robotControl.build.f_cpu=16000000L
614
614
robotControl.build.vid=0x2341
615
615
robotControl.build.pid=0x8038
616
+ robotControl.build.usb_product="Robot Control"
616
617
robotControl.build.board=AVR_ROBOT_CONTROL
617
- robotControl.build.core=robot
618
+ robotControl.build.core=arduino
618
619
robotControl.build.variant=robot_control
619
- robotControl.build.extra_flags=-DUSB_VID= {build.vid} -DUSB_PID={build.pid }
620
+ robotControl.build.extra_flags={build.usb_flags }
620
621
621
622
##############################################################
622
623
@@ -642,8 +643,9 @@ robotMotor.build.mcu=atmega32u4
642
643
robotMotor.build.f_cpu=16000000L
643
644
robotMotor.build.vid=0x2341
644
645
robotMotor.build.pid=0x8039
646
+ robotMotor.build.usb_product="Robot Motor"
645
647
robotMotor.build.board=AVR_ROBOT_MOTOR
646
- robotMotor.build.core=robot
648
+ robotMotor.build.core=arduino
647
649
robotMotor.build.variant=robot_motor
648
- robotMotor.build.extra_flags=-DUSB_VID= {build.vid} -DUSB_PID={build.pid }
650
+ robotMotor.build.extra_flags={build.usb_flags }
649
651
0 commit comments