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.

Repository from Github https://github.comARMmbed/mbed-os-example-cellularRepository from Github https://github.comARMmbed/mbed-os-example-cellular

Inconsistent field names in troubleshooting section

hugueskamba opened this issue · 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.