Skip to content

BLE naming options disabled.  #6

@bobsupercow

Description

@bobsupercow

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);

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions