Skip to content

Commit 21dcabd

Browse files
committed
Add new callbacks to pruneBacklog
1 parent 714f761 commit 21dcabd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/SparkFun_u-blox_SARA-R5_Arduino_Library.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6061,6 +6061,9 @@ void SARA_R5::pruneBacklog()
60616061
|| (strstr(event, "+UUSIMSTAT:") != NULL)
60626062
|| (strstr(event, "+UUPSDA:") != NULL)
60636063
|| (strstr(event, "+UUPING:") != NULL)
6064+
|| (strstr(event, "+UUMQTTC:") != NULL)
6065+
|| (strstr(event, "+UUCREG:") != NULL)
6066+
|| (strstr(event, "+UUCEREG:") != NULL)
60646067
|| (strstr(event, "+UUHTTPCR:") != NULL))
60656068
{
60666069
strcat(_pruneBuffer, event); // The URCs are all readable text so using strcat is OK

0 commit comments

Comments
 (0)