Ble for smart sOlutions

Dependencies:   Adafruit_WS2801

Revision:
11:d6ed1437c2ee
Parent:
10:d845189d146e
diff -r d845189d146e -r d6ed1437c2ee source/BleDeviceCentral.h
--- a/source/BleDeviceCentral.h	Fri Jun 14 10:24:57 2019 +0200
+++ b/source/BleDeviceCentral.h	Thu Jun 20 13:20:24 2019 +0200
@@ -31,8 +31,6 @@
             print_error(error, "Error in Gap::startScan %d\r\n");
             return;
         }
-//
-//        /* start scanning, results will be handled by onAdvertisingReport */
         error = _ble.gap().startScan();
 
         if (error) {