Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit d2cc672

Browse files
sandeepmistrySidLeung
authored andcommittedMar 27, 2017
Remove comment about BatteryMonitor_Central sketch
As it has been moved to the test folder for now.
1 parent bb5b7b4 commit d2cc672

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
 

‎libraries/CurieBLE/examples/peripheral/BatteryMonitor/BatteryMonitor.ino

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ void setup() {
3838
This name will appear in advertising packets
3939
and can be used by remote devices to identify this BLE device
4040
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.
4241
*/
4342
BLE.setLocalName("BatteryMonitor");
4443
BLE.setAdvertisedService(batteryService); // add the service UUID

0 commit comments

Comments
 (0)
Please sign in to comment.