We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0bd9e8b commit 405bc9eCopy full SHA for 405bc9e
libraries/BLE/examples/Client/Client.ino
@@ -22,7 +22,7 @@ static BLEAdvertisedDevice *myDevice;
22
static void notifyCallback(BLERemoteCharacteristic *pBLERemoteCharacteristic, uint8_t *pData, size_t length, bool isNotify) {
23
Serial.print("Notify callback for characteristic ");
24
Serial.print(pBLERemoteCharacteristic->getUUID().toString().c_str());
25
- Serial.print(" of data length ");
+ Serial.print(" of data lenght ");
26
Serial.println(length);
27
Serial.print("data: ");
28
Serial.write(pData, length);
0 commit comments