Skip to content

Commit 19fc2be

Browse files
committed
Fixed APN names
1 parent d69a020 commit 19fc2be

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

mbed_app.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@
2121
"nsapi.default-wifi-security" : "WPA_WPA2",
2222
"nsapi.default-wifi-ssid" : "\"SSID\"",
2323
"nsapi.default-wifi-password" : "\"PASSWORD\"",
24-
"nsapi.default-cellular-apn" : "\"soracom.io\"",
24+
"nsapi.default-cellular-apn" : "\"APN\"",
2525
"nsapi.default-cellular-sim-pin" : null,
26-
"nsapi.default-cellular-username" : "\"sora\"",
27-
"nsapi.default-cellular-password" : "\"sora\""
26+
"nsapi.default-cellular-username" : null,
27+
"nsapi.default-cellular-password" : null
2828
},
2929
"Freescale": {
3030
"lwip.mem-size" : 12500

0 commit comments

Comments
 (0)