8000
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 91ffd8d commit 249f84cCopy full SHA for 249f84c
libraries/GSM/src/GSM.cpp
@@ -110,7 +110,7 @@ bool arduino::GSMClass::isCmuxEnable() {
110
}
111
112
void arduino::GSMClass::end() {
113
-
+ _device->shutdown();
114
115
116
int arduino::GSMClass::disconnect() {
libraries/GSM/src/GSM.h
@@ -95,6 +95,9 @@ class GSMClass : public MbedSocketClass {
95
*/
96
int disconnect(void);
97
98
+ /*
99
+ * Reset internal state machine in order to be ready to reconnect again.
100
+ */
101
void end(void);
102
103
unsigned long getTime();
0 commit comments