Closed kfunk1 closed 5 years ago
if (!error && result.data && result.data.pinNeeded && modem.pin.length) { result.data is undefined when result.data.message === "ERROR"
, priority, timeout) added to all calls in initializeModem. Without it, you can't specify a timeout for those calls and init is always 30 seconds...
lgtm
if (!error && result.data && result.data.pinNeeded && modem.pin.length) { result.data is undefined when result.data.message === "ERROR"
, priority, timeout) added to all calls in initializeModem. Without it, you can't specify a timeout for those calls and init is always 30 seconds...