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
// Set SBD session timeout only if it has been changed from the default (to avoid regressions)
636
+
// ISU AT Command Reference: "The <timeout> setting is stored only while the SBD Modem is powered up, and defaults to zero (meaning infinite timeout) after a power-cycle."
637
+
if (this->sbdSessionTimeout != ISBD_DEFAULT_SBDSESSION_TIMEOUT)
638
+
{
639
+
ret = adjustSBDSessionTimeout(this->sbdSessionTimeout);
0 commit comments