From 24d7bdf1f083ceb95c06c0393e8be80c8e0cc18a Mon Sep 17 00:00:00 2001 From: chegewara Date: Fri, 30 Nov 2018 16:05:03 +0100 Subject: Update BLE_client.ino --- examples/BLE_client/BLE_client.ino | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'examples/BLE_client/BLE_client.ino') diff --git a/examples/BLE_client/BLE_client.ino b/examples/BLE_client/BLE_client.ino index 265f725..3a20b6a 100644 --- a/examples/BLE_client/BLE_client.ino +++ b/examples/BLE_client/BLE_client.ino @@ -15,7 +15,7 @@ static BLEUUID charUUID("beb5483e-36e1-4688-b7f5-ea07361b26a8"); static boolean doConnect = false; static boolean connected = false; -static doScan = false; +static bool doScan = false; static BLERemoteCharacteristic* pRemoteCharacteristic; static BLEAdvertisedDevice* myDevice; @@ -157,4 +157,4 @@ void loop() { } delay(1000); // Delay a second between loops. -} // End of loop \ No newline at end of file +} // End of loop -- cgit v1.2.3