We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59a7e4a commit 608370bCopy full SHA for 608370b
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