Skip to content

Commit 95b6ea2

Browse files
authored
Apply suggestions from code review
1 parent fff6b69 commit 95b6ea2

File tree

1 file changed

+2
-2
lines changed
  • docs/operate/get-started/other-hardware

1 file changed

+2
-2
lines changed

docs/operate/get-started/other-hardware/_index.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ Edit the generated files to add your logic:
178178
1. **Edit the `reconfigure` function** to do the following:
179179

180180
- Get any values from the `config` object that the user has configured.
181-
- Assign any default values as necessary to any optional attributes if the user hasn't configured them.
181+
- Assign default values as necessary to any optional attributes if the user hasn't configured them.
182182
- If your module has dependencies, get the dependencies from the `dependencies` map and cast each resource according to which API it implements, as in [this <file>ackermann.py</file> example](https://github.com/mcvella/viam-ackermann-base/blob/main/src/ackermann.py).
183183

184184
When the user changes the configuration, the `reconfigure` function is called.
@@ -391,7 +391,7 @@ LOGGER.critical("critical info")
391391
If you do not implement a `Reconfigure` function (see next step), your `Validate` function should also do the following:
392392

393393
- Get any values from the `config` object that the user has configured.
394-
- Assign any default values as necessary to any optional attributes if the user hasn't configured them.<br><br>
394+
- Assign default values as necessary to any optional attributes if the user hasn't configured them.<br><br>
395395

396396
1. **(Optional) Create and edit a `Reconfigure` function**:
397397

0 commit comments

Comments
 (0)