Skip to content

Commit 5fdf559

Browse files
updated to test example
1 parent ad42a57 commit 5fdf559

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

examples/API/BLE_Settings/BLE_Settings.ino

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,12 +50,12 @@
5050
// the setup function runs once when you press reset or power the board
5151
void setup()
5252
{
53-
bluemicro_hid.setBLEManufacturer("BlueMicro Industries");
54-
bluemicro_hid.setBLEModel("BlueMicro_HID");
53+
bluemicro_hid.setBLEManufacturer("BLE_Manufacturer");
54+
bluemicro_hid.setBLEModel("BLE_Model");
5555
bluemicro_hid.setBLETxPower(4);
5656
bluemicro_hid.setHIDMessageDelay(10);
5757
bluemicro_hid.setUSBPollInterval(2);
58-
bluemicro_hid.setUSBStringDescriptor();
58+
bluemicro_hid.setUSBStringDescriptor("USB_Descriptor");
5959
//usb_hid.setReportCallback(NULL, hid_report_callback);
6060
//blehid.setKeyboardLedCallback(set_keyboard_led);
6161
bluemicro_hid.begin();

0 commit comments

Comments
 (0)