We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea42c3b commit d5da332Copy full SHA for d5da332
libraries/net/cellular/UbloxUSBModem/UbloxModem.cpp
@@ -443,6 +443,7 @@ int UbloxUSBModem::init()
443
{
444
INFO("Using a u-blox LISA-C200 CDMA Modem");
445
m_gsm = false;
446
+ m_onePort = false;
447
}
448
else
449
libraries/net/cellular/UbloxUSBModem/UbloxModem.h
@@ -128,8 +128,8 @@ class UbloxModem: public CellularModem
128
bool m_ussdInit; //< Has USSDInterface object (m_ussd) been initialised? true/false
129
bool m_linkMonitorInit; //< Has LinkMonitor object (m_linkMonitor) been initialised? true/false
130
bool m_atOpen; //< Is the interface to the ATCommandsInterface open? true/false
131
- bool m_onePort;
132
protected:
+ bool m_onePort;
133
bool m_gsm;
134
};
135
0 commit comments