ARMmbed / mbed-os-example-cellular

This is an example based on mbed-os cellular APIs that demonstrates a TCP or UDP echo transaction with a public echo server.
Apache License 2.0
21 stars 45 forks source link

Inconsistent field names in troubleshooting section #146

Closed hugueskamba closed 5 years ago

hugueskamba commented 5 years ago

The section reads:

Make sure the fields sim-pin-code, apn, username and password from the mbed_app.json file are filled in correctly. The correct values should appear in the user manual of the board if using eSIM or in the details of the SIM card if using normal SIM.

It should really say:

Make sure the fields nsapi.default-cellular-sim-pin, nsapi.default-cellular-apn, nsapi.default-cellular-username and nsapi.default-cellular-password from the mbed_app.json file are filled in correctly. The correct values should appear in the user manual of the board if using eSIM or in the details of the SIM card if using normal SIM.

ciarmcom commented 5 years ago

ARM Internal Ref: IOTCELL-2092

AriParkkila commented 5 years ago

Fix in PR #160.