Go to finish after verbose error output

Signed-off-by: Sara Damiano <sdamiano@stroudcenter.org>
This commit is contained in:
Sara Damiano
2024-05-23 12:11:07 -04:00
parent 93d0adbfd8
commit 2d87563106

View File

@@ -405,6 +405,7 @@ class TinyGsmModem {
DBG(GF("Verbose details <<<"), data, GF(">>>"));
#endif
data = "";
goto finish;
}
#endif
else if (thisModem().handleURCs(data)) {