diff options
author | chegewara <imperiaonline4@gmail.com> | 2018-11-30 16:06:09 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-11-30 16:06:09 +0100 |
commit | e5ff90d9a56fb4effa46bde92d60e0debcc0ea36 (patch) | |
tree | 5278670885776a54c62e0b5b01c08fab7b083ed0 | |
parent | Update BLE_client.ino (diff) | |
download | thermostat-e5ff90d9a56fb4effa46bde92d60e0debcc0ea36.tar.gz thermostat-e5ff90d9a56fb4effa46bde92d60e0debcc0ea36.tar.bz2 thermostat-e5ff90d9a56fb4effa46bde92d60e0debcc0ea36.zip |
Update BLE_client.ino
-rw-r--r-- | examples/BLE_client/BLE_client.ino | 2 |
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; |