Skip to content

Commit 35e4904

Browse files
Enabled CGREG for Dragonfly Nano allowing 2G fallback registrations
1 parent 2301036 commit 35e4904

File tree

1 file changed

+1
-1
lines changed
  • features/cellular/framework/targets/MultiTech/DragonflyNano/PPP

1 file changed

+1
-1
lines changed

features/cellular/framework/targets/MultiTech/DragonflyNano/PPP/SARA4_PPP.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ using namespace events;
2323

2424
static const intptr_t cellular_properties[AT_CellularBase::PROPERTY_MAX] = {
2525
AT_CellularNetwork::RegistrationModeLAC, // C_EREG
26-
AT_CellularNetwork::RegistrationModeDisable, // C_GREG
26+
AT_CellularNetwork::RegistrationModeLAC, // C_GREG
2727
AT_CellularNetwork::RegistrationModeDisable, // C_REG
2828
0, // AT_CGSN_WITH_TYPE
2929
0, // AT_CGDATA

0 commit comments

Comments
 (0)