BlueMicro_HID_Arduino_Library icon indicating copy to clipboard operation
BlueMicro_HID_Arduino_Library copied to clipboard

BLE naming options disabled.

Open bobsupercow opened this issue 3 years ago • 2 comments

Currently the following methods don't work as intended:

bluemicro_hid.setBLEManufacturer(DEVICE_MANUFACTURER);
bluemicro_hid.setBLEModel(DEVICE_MODEL_NAME);
bluemicro_hid.setBLETxPower(4);

Issue is with bluetooth.cpp Not currently setup to do a pull request.

Following code is commented. Verified that uncommenting fixes behavior on my local build.

// Bluefruit.setTxPower(power);    // Check bluefruit.h for supported values
 // bledis.setManufacturer(manufacturer);
//  Bluefruit.setName(model);
//  bledis.setModel(model);

bobsupercow avatar Jul 29 '22 11:07 bobsupercow

That's a leftover of the troubleshooting I had to do. These can be removed without any issue.

jpconstantineau avatar Jul 29 '22 15:07 jpconstantineau

I just did a release that should address this issue. Let me know if it works. Arduino should pull it in a few hours.

jpconstantineau avatar Jul 29 '22 23:07 jpconstantineau