Skip to content

Commit

Permalink
Fix typo in serial protocol docs
Browse files Browse the repository at this point in the history
Fixes misspelling of `triggered` in serial protocol docs.

Signed-off-by: hasheddan <georgedanielmangum@gmail.com>
  • Loading branch information
hasheddan authored and peterdragun committed Jul 16, 2024
1 parent 53ae5eb commit f8d56bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/en/advanced-topics/serial-protocol.rst
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ Each received command will result in a response SLIP packet sent from the ESP ch
+========+=============+==============================================================================================================+
| 0 | Direction | Always ``0x01`` for responses |
+--------+-------------+--------------------------------------------------------------------------------------------------------------+
| 1 | Command | Same value as Command identifier in the request packet that trigged the response |
| 1 | Command | Same value as Command identifier in the request packet that triggered the response |
+--------+-------------+--------------------------------------------------------------------------------------------------------------+
| 2-3 | Size | Size of data field. At least the length of the `Status Bytes`_ (2 or 4 bytes, see below). |
+--------+-------------+--------------------------------------------------------------------------------------------------------------+
Expand Down

0 comments on commit f8d56bd

Please sign in to comment.