Merge pull request #8179 from kivaisan/add_default_cellular_sim_pin

Add missing SIM PIN configuration item
pull/7948/head
Cruz Monrreal 2018-10-08 10:12:41 -05:00 committed by GitHub
commit b2f00fb416
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@
"default-wifi-ssid": null, "default-wifi-ssid": null,
"default-wifi-password": null, "default-wifi-password": null,
"default-wifi-security": "NONE", "default-wifi-security": "NONE",
"default-cellular-sim-pin": null,
"default-cellular-apn": null, "default-cellular-apn": null,
"default-cellular-username": null, "default-cellular-username": null,
"default-cellular-password": null, "default-cellular-password": null,