summaryrefslogtreecommitdiff
path: root/examples/BLE_client/BLE_client.ino
diff options
context:
space:
mode:
authorchegewara <imperiaonline4@gmail.com>2018-11-30 16:06:09 +0100
committerGitHub <noreply@github.com>2018-11-30 16:06:09 +0100
commite5ff90d9a56fb4effa46bde92d60e0debcc0ea36 (patch)
tree5278670885776a54c62e0b5b01c08fab7b083ed0 /examples/BLE_client/BLE_client.ino
parentUpdate BLE_client.ino (diff)
downloadthermostat-e5ff90d9a56fb4effa46bde92d60e0debcc0ea36.tar.gz
thermostat-e5ff90d9a56fb4effa46bde92d60e0debcc0ea36.tar.bz2
thermostat-e5ff90d9a56fb4effa46bde92d60e0debcc0ea36.zip
Update BLE_client.ino
Diffstat (limited to 'examples/BLE_client/BLE_client.ino')
-rw-r--r--examples/BLE_client/BLE_client.ino2
1 files changed, 1 insertions, 1 deletions
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;