We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9df8d33 commit 6f2da53Copy full SHA for 6f2da53
connectivity/drivers/cellular/TELIT/HE910/TELIT_HE910.cpp
@@ -33,8 +33,8 @@ static const intptr_t cellular_properties[AT_CellularDevice::PROPERTY_MAX] = {
33
1, // AT_CMGF
34
1, // AT_CSDH
35
1, // PROPERTY_IPV4_STACK
36
- 0, // PROPERTY_IPV6_STACK
37
- 0, // PROPERTY_IPV4V6_STACK
+ 1, // PROPERTY_IPV6_STACK
+ 1, // PROPERTY_IPV4V6_STACK
38
0, // PROPERTY_NON_IP_PDP_TYPE
39
1, // PROPERTY_AT_CGEREP,
40
1, // PROPERTY_AT_COPS_FALLBACK_AUTO
0 commit comments