Skip to content

Commit

Permalink
Merge pull request #940 from bloukingfisher/patch-1
Browse files Browse the repository at this point in the history
Mention that particle identify returns system version information.
  • Loading branch information
rickkas7 committed Feb 13, 2019
2 parents ac42cab + e878a69 commit 1482af8
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/content/reference/developer-tools/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -514,18 +514,17 @@ $ particle monitor all temperature 5000 --time > my_temperatures.csv
## particle identify
Retrieves your device id when the device is connected via USB and in listening mode (flashing blue).
Retrieves your device id when the device is connected via USB and in listening mode (flashing blue). It also provides the current system firmware version on the device.
```sh
# helps get your device id via usb and serial
# helps get your device id and system firmware version via usb and serial
# make sure your device is connected and blinking blue
$ particle identify
$ particle identify 1
$ particle identify COM3
$ particle identify /dev/cu.usbmodem12345
$ particle identify
0123456789ABCDEFGHI
$ particle identify 0123456789ABCDEFGHI
```
## particle subscribe
Expand Down

0 comments on commit 1482af8

Please sign in to comment.