examples/nrf: add product strings to all usb examples.
This commit is contained in:
@ -59,8 +59,8 @@ async fn main(_spawner: Spawner, p: Peripherals) {
|
||||
|
||||
// Create embassy-usb Config
|
||||
let mut config = Config::new(0xc0de, 0xcafe);
|
||||
config.manufacturer = Some("Tactile Engineering");
|
||||
config.product = Some("Testy");
|
||||
config.manufacturer = Some("Embassy");
|
||||
config.product = Some("HID keyboard example");
|
||||
config.serial_number = Some("12345678");
|
||||
config.max_power = 100;
|
||||
config.max_packet_size_0 = 64;
|
||||
|
Reference in New Issue
Block a user