Skip to content

Commit 210a285

Browse files
committed
Clarify what needs to be done for custom firmware
1 parent 67e9a3d commit 210a285

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

programming/sr/ruggeduinos/custom_firmware.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ The `sr.robot3` library provides support for three Ruggeduino firmware scenarios
1818
2. [Extended SR firmware](#extension): Firmwares that add commands to the default SR firmware.
1919
3. [Completely custom](#completely): Any firmware not derived from the SR firmware.
2020

21-
By default, the [`sr.robot3`](/docs/programming/sr/) library assumes that all connected Ruggeduinos are running the SR firmware.
22-
If you wish to use an extended SR firmware, or completely custom firmware,
23-
then you need to tell the `Robot` object what to do with your Ruggeduino(s).
21+
By default, the [`sr.robot3`](/docs/programming/sr/) library assumes that all connected Ruggeduinos are running the SR firmware
22+
or firmware which is compatible with the SR Ruggeduino firmware.
23+
If you're using completely custom firmware, you'll need to tell the kit to ignore the ruggeduino so that you're able to define your own setup logic.
2424

2525
[Extension of the SR firmware](#extension) {#extension}
2626
------------------------------

0 commit comments

Comments
 (0)