Skip to content

Commit 729a3eb

Browse files
Update configure-rover.md (#4738)
1 parent 27a812b commit 729a3eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/tutorials/configure/configure-rover.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,8 +110,8 @@ Add the following JSON objects to the `components` array:
110110
```json {class="line-numbers linkable-line-numbers"}
111111
{
112112
"name": "lenc",
113-
"model": "AMS-AS5048",
114113
"api": "rdk:component:encoder",
114+
"model": "viam:ams:as5048",
115115
"attributes": {
116116
"connection_type": "i2c",
117117
"i2c_attributes": {
@@ -122,8 +122,8 @@ Add the following JSON objects to the `components` array:
122122
},
123123
{
124124
"name": "renc",
125-
"model": "AMS-AS5048",
126125
"api": "rdk:component:encoder",
126+
"model": "viam:ams:as5048",
127127
"attributes": {
128128
"connection_type": "i2c",
129129
"i2c_attributes": {

0 commit comments

Comments
 (0)