ARMmbed/mbed-os-example-cellular

Inconsistent field names in troubleshooting section

hugueskamba opened this issue · 2 comments

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.

ARM Internal Ref: IOTCELL-2092

Fix in PR #160.