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;
48
48
extern const char *OK;
49
49
extern const char *CRLF;
50
50
51
- #define BUFF_SIZE 128
51
+ #define BUFF_SIZE 32
52
52
53
53
/* AT Error types enumeration */
54
54
enum 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] = {
37
37
1 , // PROPERTY_IPV4V6_STACK
38
38
0 , // PROPERTY_NON_IP_PDP_TYPE
39
39
1 , // PROPERTY_AT_CGEREP
40
+ 1 , // PROPERTY_AT_COPS_FALLBACK_AUTO
40
41
};
41
42
42
43
GENERIC_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] = {
37
37
0 , // PROPERTY_IPV4V6_STACK
38
38
0 , // PROPERTY_NON_IP_PDP_TYPE
39
39
1 , // PROPERTY_AT_CGEREP
40
+ 1 , // PROPERTY_AT_COPS_FALLBACK_AUTO
40
41
};
41
42
42
43
SARA4_PPP::SARA4_PPP (FileHandle *fh) : AT_CellularDevice(fh)
You can’t perform that action at this time.
0 commit comments