Added missing waitResponse()
This commit is contained in:
@@ -581,6 +581,7 @@ class TinyGsmSim7000 : public TinyGsmModem<TinyGsmSim7000>,
|
|||||||
streamSkipUntil(','); // Skip mux
|
streamSkipUntil(','); // Skip mux
|
||||||
|
|
||||||
int8_t res = streamGetIntBefore('\n');
|
int8_t res = streamGetIntBefore('\n');
|
||||||
|
waitResponse();
|
||||||
|
|
||||||
return 0 == res;
|
return 0 == res;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user