Skip to content

Commit 0bc8f4f

Browse files
committed
Revert BUFF_SIZE fix, to be fixed in another PR. Add missing property entries
1 parent c8524c2 commit 0bc8f4f

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

features/cellular/framework/AT/ATHandler.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ class FileHandle;
4848
extern const char *OK;
4949
extern const char *CRLF;
5050

51-
#define BUFF_SIZE 128
51+
#define BUFF_SIZE 32
5252

5353
/* AT Error types enumeration */
5454
enum DeviceErrorType {

features/cellular/framework/targets/GENERIC/GENERIC_AT3GPP/GENERIC_AT3GPP.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

4243
GENERIC_AT3GPP::GENERIC_AT3GPP(FileHandle *fh) : AT_CellularDevice(fh)

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

4243
SARA4_PPP::SARA4_PPP(FileHandle *fh) : AT_CellularDevice(fh)

0 commit comments

Comments
 (0)