Skip to content

Commit

Permalink
Add a valid arm-model to fake configuration (#2192)
Browse files Browse the repository at this point in the history
  • Loading branch information
William Spies authored Apr 11, 2023
1 parent 150d47a commit 4cb49a2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion etc/configs/fake.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,10 @@
{
"name": "arm1",
"type": "arm",
"model": "fake"
"model": "fake",
"attributes": {
"arm-model": "xArm6"
}
},
{
"name": "audio_input1",
Expand Down

0 comments on commit 4cb49a2

Please sign in to comment.