From b13a188341f34547ad19e396c0f436392b690d0d Mon Sep 17 00:00:00 2001 From: Sandeep Mistry Date: Fri, 24 Mar 2017 15:28:04 -0400 Subject: [PATCH] Remove comment about BatteryMonitor_Central sketch As it has been moved to the test folder for now. --- .../examples/peripheral/BatteryMonitor/BatteryMonitor.ino | 1 - 1 file changed, 1 deletion(-) diff --git a/libraries/CurieBLE/examples/peripheral/BatteryMonitor/BatteryMonitor.ino b/libraries/CurieBLE/examples/peripheral/BatteryMonitor/BatteryMonitor.ino index e898e2aa..8535a697 100644 --- a/libraries/CurieBLE/examples/peripheral/BatteryMonitor/BatteryMonitor.ino +++ b/libraries/CurieBLE/examples/peripheral/BatteryMonitor/BatteryMonitor.ino @@ -38,7 +38,6 @@ void setup() { This name will appear in advertising packets and can be used by remote devices to identify this BLE device The name can be changed but maybe be truncated based on space left in advertisement packet - If you want to make this work with the BatteryMonitor_Central sketch, do not modufy the name. */ BLE.setLocalName("BatteryMonitor"); BLE.setAdvertisedService(batteryService); // add the service UUID