From e5ff90d9a56fb4effa46bde92d60e0debcc0ea36 Mon Sep 17 00:00:00 2001 From: chegewara Date: Fri, 30 Nov 2018 16:06:09 +0100 Subject: Update BLE_client.ino --- examples/BLE_client/BLE_client.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/BLE_client/BLE_client.ino b/examples/BLE_client/BLE_client.ino index 3a20b6a..4c58299 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 bool doScan = false; +static boolean doScan = false; static BLERemoteCharacteristic* pRemoteCharacteristic; static BLEAdvertisedDevice* myDevice; -- cgit v1.2.3