mirror of https://github.com/ARMmbed/mbed-os.git
Merge pull request #12078 from AriParkkila/cell-ppp-ip
Cellular: Add PPP/IP config flags in CellularInterface.jsonpull/12085/head
commit
095e8836d7
|
@ -36,7 +36,9 @@
|
|||
"nsapi.dns-response-wait-time": 30000,
|
||||
"cellular.use-apn-lookup": false,
|
||||
"lwip.ipv4-enabled": true,
|
||||
"ppp.ipv4-enabled": true,
|
||||
"lwip.ipv6-enabled": true,
|
||||
"ppp.ipv6-enabled": true,
|
||||
"lwip.tcp-enabled": true,
|
||||
"lwip.ppp-enabled": true,
|
||||
"lwip.ethernet-enabled": false,
|
||||
|
|
Loading…
Reference in New Issue