Merge pull request #12078 from AriParkkila/cell-ppp-ip

Cellular: Add PPP/IP config flags in CellularInterface.json
pull/12085/head
Martin Kojtal 2019-12-11 14:24:20 +01:00 committed by GitHub
commit 095e8836d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -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,