Skip to content
This repository was archived by the owner on Apr 24, 2019. It is now read-only.

Commit 5527b09

Browse files
committed
small fixes
1 parent 3db5437 commit 5527b09

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ For sub-GHz shields (AT86RF212B) use the following overrides, **6LoWPAN ND only*
9999
"mbed-mesh-api.6lowpan-nd-channel": 1
100100
```
101101

102-
For more information about the radio shields, see [the related documentation](docs/radio_module_identify.md). All the configurable settings can be found in the `mbed-os-example-client/mbed-os/net/mbed-mesh-api/mbed_lib.json` file.
102+
For more information about the radio shields, see [the related documentation](docs/radio_module_identify.md). All the configurable settings can be found in the `mbed-os-example-client/mbed-os/features/FEATURE_IPV6/mbed-mesh-api/mbed_lib.json` file.
103103

104104
#### Thread-specific settings
105105

@@ -209,7 +209,7 @@ handle_button_click, new value of counter is 1
209209
1. On mbed Device Connector, go to [My devices > Connected devices](https://connector.mbed.com/#endpoints). Your device should be listed here.
210210
1. Press the `SW2` button on the device a number of times (make a note of how many times you did that).
211211
1. Go to [Device Connector > API Console](https://connector.mbed.com/#console).
212-
1. Enter `https://api.connector.mbed.com/endpoints/DEVICE_NAME/3200/0/5501` in the URI field and click **TEST API**. Replace `DEVICE_NAME` with your actual endpoint name. The device name can be found in the `source/security.h` file, see variable `MBED_ENDPOINT_NAME` or it can be found from the traces [Monitoring the application](https://github.com/ARMmbed/mbed-os-example-client#monitoring-the-application).
212+
1. Enter `https://api.connector.mbed.com/endpoints/DEVICE_NAME/3200/0/5501` in the URI field and click **TEST API**. Replace `DEVICE_NAME` with your actual endpoint name. The device name can be found in the `security.h` file, see variable `MBED_ENDPOINT_NAME` or it can be found from the traces [Monitoring the application](https://github.com/ARMmbed/mbed-os-example-client#monitoring-the-application).
213213
1. The number of times you pressed `SW2` is shown.
214214
1. Press the `SW3` button to unregister from mbed Device Connector. You should see `Unregistered Object Successfully` printed to the serial port and the LED starts blinking. This will also stop your application. Press the `RESET` button to run the program again.
215215

0 commit comments

Comments
 (0)