You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 24, 2019. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -96,7 +96,7 @@ handle_button_click, new value of counter is 1
96
96
1. On mbed Device Connector, go to [My devices>Connected devices](https://connector.mbed.com/#endpoints). Your device should be listed here.
97
97
1. Press the `SW2` button on the device a number of times (make a note of how many times you did that).
98
98
1. Go to [Device Connector>API Console](https://connector.mbed.com/#console).
99
-
1. Enter `https://api.connector.mbed.com/endpoints/DEVICE_NAME/3200/0/5501` in the URI field and click *TEST API*.
99
+
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 enpoint name. Device name can be found from 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-client-quickstart#monitoring-the-application).
100
100
1. The number of times you pressed `SW2` is shown.
101
101
1. Press `SW3` button to unregister from mbed Device Connector. You should see `Unregistered Object Successfully` printed to the serial port and LED starts blinking.
102
102
This will also end your application run. Press `RESET` button to run the program again.
0 commit comments