We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb5b7b4 commit d2cc672Copy full SHA for d2cc672
libraries/CurieBLE/examples/peripheral/BatteryMonitor/BatteryMonitor.ino
@@ -38,7 +38,6 @@ void setup() {
38
This name will appear in advertising packets
39
and can be used by remote devices to identify this BLE device
40
The name can be changed but maybe be truncated based on space left in advertisement packet
41
- If you want to make this work with the BatteryMonitor_Central sketch, do not modufy the name.
42
*/
43
BLE.setLocalName("BatteryMonitor");
44
BLE.setAdvertisedService(batteryService); // add the service UUID
0 commit comments