File tree Expand file tree Collapse file tree 3 files changed +3
-1
lines changed
features/cellular/framework
MultiTech/DragonflyNano/PPP Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ class FileHandle;
4848extern const char *OK;
4949extern const char *CRLF;
5050
51- #define BUFF_SIZE 128
51+ #define BUFF_SIZE 32
5252
5353/* AT Error types enumeration */
5454enum DeviceErrorType {
Original file line number Diff line number Diff line change @@ -37,6 +37,7 @@ static const intptr_t cellular_properties[AT_CellularDevice::PROPERTY_MAX] = {
3737 1 , // PROPERTY_IPV4V6_STACK
3838 0 , // PROPERTY_NON_IP_PDP_TYPE
3939 1 , // PROPERTY_AT_CGEREP
40+ 1 , // PROPERTY_AT_COPS_FALLBACK_AUTO
4041};
4142
4243GENERIC_AT3GPP::GENERIC_AT3GPP (FileHandle *fh) : AT_CellularDevice(fh)
Original file line number Diff line number Diff line change @@ -37,6 +37,7 @@ static const intptr_t cellular_properties[AT_CellularDevice::PROPERTY_MAX] = {
3737 0 , // PROPERTY_IPV4V6_STACK
3838 0 , // PROPERTY_NON_IP_PDP_TYPE
3939 1 , // PROPERTY_AT_CGEREP
40+ 1 , // PROPERTY_AT_COPS_FALLBACK_AUTO
4041};
4142
4243SARA4_PPP::SARA4_PPP (FileHandle *fh) : AT_CellularDevice(fh)
You can’t perform that action at this time.
0 commit comments