Skip to content

Commit 8cc2787

Browse files
committed
test
1 parent 5cbe306 commit 8cc2787

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/BLE/examples/Client/Client.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ static BLEAdvertisedDevice *myDevice;
2222
static void notifyCallback(BLERemoteCharacteristic *pBLERemoteCharacteristic, uint8_t *pData, size_t length, bool isNotify) {
2323
Serial.print("Notify callback for characteristic ");
2424
Serial.print(pBLERemoteCharacteristic->getUUID().toString().c_str());
25-
Serial.print(" of data length ");
25+
Serial.print(" of data lenght ");
2626
Serial.println(length);
2727
Serial.print("data: ");
2828
Serial.write(pData, length);

0 commit comments

Comments
 (0)