Added missing waitResponse()

This commit is contained in:
Francesco Stefanni
2021-03-17 08:36:09 +01:00
parent 57514b7c4d
commit 57895868f2

View File

@@ -581,6 +581,7 @@ class TinyGsmSim7000 : public TinyGsmModem<TinyGsmSim7000>,
streamSkipUntil(','); // Skip mux
int8_t res = streamGetIntBefore('\n');
waitResponse();
return 0 == res;
}