can
This commit is contained in:
@@ -123,7 +123,7 @@ static void notifyCallback (BLERemoteCharacteristic * pBLERemoteCharacteristic,
|
|||||||
ch = pData[i];
|
ch = pData[i];
|
||||||
if (ch == '\r' || ch == '\n' || ch == '\0') {
|
if (ch == '\r' || ch == '\n' || ch == '\0') {
|
||||||
if (liveDataObj->responseRow != "")
|
if (liveDataObj->responseRow != "")
|
||||||
commObj->parseRow();
|
commObj->parseResponse();
|
||||||
liveDataObj->responseRow = "";
|
liveDataObj->responseRow = "";
|
||||||
} else {
|
} else {
|
||||||
liveDataObj->responseRow += ch;
|
liveDataObj->responseRow += ch;
|
||||||
|
|||||||
Reference in New Issue
Block a user