Skip to content

USB Naming not working.  #7

Description

@bobsupercow

bluemicro_hid.setUSBStringDescriptor(DEVICE_BLE_NAME);

I would expect this to be set as USB device name on PC, but it does not work.
Alternatively, I would expect the definition in your code to be the default:

  HID_Queues::HID_Queues(Adafruit_USBD_HID* usb_hid)
  {
    usb_hid_driver = usb_hid;
    _HIDMessageDelay=10;
    _power=0;
    _interval_ms=2;
    _manufacturer="BlueMicro Industries";
    _model = "BlueMicro_USB";
    _descriptor = "BlueMicro_DESC";
  }

Instead, I only get:
Feather nRF52840 Express

Perhaps something upstream, or with my build env?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions