Skip to content

Commit 8bdb160

Browse files
committed
GSM: squashme do not disable SYSTART urc
1 parent 39ba65e commit 8bdb160

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Diff for: libraries/GSM/src/GSM.cpp

-1
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,6 @@ bool arduino::GSMClass::isCmuxEnable() {
137137
void arduino::GSMClass::end() {
138138
if(_device) {
139139
_device->shutdown();
140-
_device->get_at_handler()->set_urc_handler("^SYSSTART", nullptr);
141140
}
142141
}
143142

0 commit comments

Comments
 (0)