You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We also need to have a discussion about how to handle this code in processURCEvent. This code is specific to the SARA_R5 and so shouldn't be in the UBLOX_AT class. We need a way to allow the SARA_R5 class to 'insert' this. Maybe we need to add a virtual method which does nothing in UBLOX_AT, but which can be overwritten by the SARA_R5 class to allow UUPSDA to be processed?
Copied from @PaulZC in #1:
We also need to have a discussion about how to handle this code in processURCEvent. This code is specific to the SARA_R5 and so shouldn't be in the UBLOX_AT class. We need a way to allow the SARA_R5 class to 'insert' this. Maybe we need to add a virtual method which does nothing in UBLOX_AT, but which can be overwritten by the SARA_R5 class to allow UUPSDA to be processed?
Same for this line in pruneBacklog.
The text was updated successfully, but these errors were encountered: