Skip to content

Commit e5ff90d

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/BLE_client/BLE_client.ino

Lines changed: 1 addition & 1 deletion
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 bool doScan = false;
18+
static boolean doScan = false;
1919
static BLERemoteCharacteristic* pRemoteCharacteristic;
2020
static BLEAdvertisedDevice* myDevice;
2121

0 commit comments

Comments
 (0)