We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b272315 commit 44cd7e5Copy full SHA for 44cd7e5
libraries/CurieBle/examples/BatteryMonitor/BatteryMonitor.ino
@@ -41,7 +41,7 @@ void setup() {
41
/* Set a local name for the BLE device
42
This name will appear in advertising packets
43
and can be used by remote devices to identify this BLE device
44
- The name can be changed but must not exceed 20 characters in length */
+ The name can be changed but maybe be truncated based on space left in advertisement packet */
45
blePeripheral.setLocalName("BatteryMonitorSketch");
46
blePeripheral.setAdvertisedServiceUuid(batteryService.uuid()); // add the service UUID
47
blePeripheral.addAttribute(batteryService); // Add the BLE Battery service
0 commit comments