We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7d48e2 commit 1961ca0Copy full SHA for 1961ca0
docs/usage.md
@@ -40,6 +40,25 @@ but you can also filter the results by specifying the `-b` or `--fqbn` flag
40
41
The tool offers the ability to print output in JSON, with the `--format json` flag
42
43
+### Get Version
44
+
45
+You can also obtain the version of the firmware the board is currently running with:
46
47
+```
48
+./arduino-fwuploader firmware get-version -b arduino:samd:mkrwifi1010 -a /dev/ttyACM0
49
50
51
+The `get-version` subcommand flashes a special sketch in order to be able to read that information using the serial
52
+connection:
53
54
55
+...
56
57
+Firmware version installed: 1.4.8
58
59
60
+You can also use the `--format json` to parse the output with more ease.
61
62
### Certificates
63
64
The tool offers also the ability to flash SSL certificates to a module:
0 commit comments