Skip to content

Commit 9852f6b

Browse files
committed
Update constructor once more
1 parent 9008f80 commit 9852f6b

File tree

1 file changed

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

1 file changed

+2
-1
lines changed

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

+2-1
Original file line numberDiff line numberDiff line change
@@ -408,7 +408,8 @@ LOGGER.critical("critical info")
408408

409409
1. **Edit the constructor** to do the following:
410410

411-
- Assign default values as necessary to any optional attributes if the user hasn't configured them.<br><br>
411+
- If you didn't create a `Reconfigure` function, use the constructor to assign default values as necessary to any optional attributes if the user hasn't configured them.
412+
- If you created a `Reconfigure` function, make your constructor call `Reconfigure`.<br><br>
412413

413414
<ol><li style="counter-reset: item 4"><strong>Edit the methods you want to implement</strong>:
414415

0 commit comments

Comments
 (0)