File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed
Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 99 cannot be used as a standalone device since it cannot ne updated.
1010- Added ` DriveBase.hold() ` method ([ support #2621 ] ).
1111- Added ` Motor Button Control ` and ` Motor IR Control ` on EV3 apps tab.
12+ - Enabled USB coding support for SPIKE Prime, SPIKE Essential, and MINDSTORMS
13+ Robot Inventor.
1214
1315### Changed
1416- The EV3 Color Sensor now returns ` Color.NONE ` instead of ` None ` when no color
Original file line number Diff line number Diff line change 108108#define PBDRV_CONFIG_USB_MFG_STR LEGO_USB_MFG_STR
109109#define PBDRV_CONFIG_USB_PROD_STR LEGO_USB_PROD_STR_TECHNIC_SMALL_HUB " + Pybricks"
110110#define PBDRV_CONFIG_USB_STM32F4 (1)
111- #define PBDRV_CONFIG_USB_CHARGE_ONLY (1 )
111+ #define PBDRV_CONFIG_USB_CHARGE_ONLY (0 )
112112
113113#define PBDRV_CONFIG_STACK (1)
114114#define PBDRV_CONFIG_STACK_EMBEDDED (1)
Original file line number Diff line number Diff line change 128128#define PBDRV_CONFIG_USB_PROD_STR LEGO_USB_PROD_STR_TECHNIC_LARGE_HUB " + Pybricks"
129129#define PBDRV_CONFIG_USB_STM32F4 (1)
130130#define PBDRV_CONFIG_USB_STM32F4_HUB_VARIANT_ADDR 0x08007d80
131- #define PBDRV_CONFIG_USB_CHARGE_ONLY (1 )
131+ #define PBDRV_CONFIG_USB_CHARGE_ONLY (0 )
132132
133133#define PBDRV_CONFIG_STACK (1)
134134#define PBDRV_CONFIG_STACK_EMBEDDED (1)
You can’t perform that action at this time.
0 commit comments