diff options
Diffstat (limited to 'docs/examples/mobile_ppp')
-rw-r--r-- | docs/examples/mobile_ppp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/docs/examples/mobile_ppp b/docs/examples/mobile_ppp index 383e000..67036f1 100644 --- a/docs/examples/mobile_ppp +++ b/docs/examples/mobile_ppp @@ -14,11 +14,9 @@ Connection=mobile_ppp # The access point name you are connecting to AccessPointName=apn -# If your device has a PIN code, set it here. Defaults to None +# If your device has a PIN code, set it here. Defaults to 'None' #Pin=None # Mode can be one of 3Gpref, 3Gonly, GPRSpref, GPRSonly, None # These only work for Huawei USB modems; all other devices should use None Mode=3Gpref - -# vim:ft=dosini |