Skip to content

Commit 24d7bdf

Browse files
authored
Update BLE_client.ino
1 parent 41dc5ef commit 24d7bdf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/BLE_client/BLE_client.ino

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ static BLEUUID charUUID("beb5483e-36e1-4688-b7f5-ea07361b26a8");
1515

1616
static boolean doConnect = false;
1717
static boolean connected = false;
18-
static doScan = false;
18+
static bool doScan = false;
1919
static BLERemoteCharacteristic* pRemoteCharacteristic;
2020
static BLEAdvertisedDevice* myDevice;
2121

@@ -157,4 +157,4 @@ void loop() {
157157
}
158158

159159
delay(1000); // Delay a second between loops.
160-
} // End of loop
160+
} // End of loop

0 commit comments

Comments
 (0)