Skip to content

Commit

Permalink
GSM: squashme do not disable SYSTART urc
Browse files Browse the repository at this point in the history
  • Loading branch information
pennam committed Nov 14, 2024
1 parent 39ba65e commit 8bdb160
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion libraries/GSM/src/GSM.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,6 @@ bool arduino::GSMClass::isCmuxEnable() {
void arduino::GSMClass::end() {
if(_device) {
_device->shutdown();
_device->get_at_handler()->set_urc_handler("^SYSSTART", nullptr);
}
}

Expand Down

0 comments on commit 8bdb160

Please sign in to comment.