Skip to content

Commit

Permalink
Formatting fix
Browse files Browse the repository at this point in the history
  • Loading branch information
DonLakeFlyer committed Mar 13, 2024
1 parent 3f2e2ad commit 927e79d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/en/qgc-user-guide/custom_actions/custom_actions.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Both the Fly View and Joysticks support the ability execute arbitrary mavlink co

The custom actions available are defined in a JSON file. The format of that file is as follows:

'''
```
{
"version": 1,
"fileType": "CustomActions",
Expand All @@ -29,7 +29,7 @@ The custom actions available are defined in a JSON file. The format of that file
}
]
}
'''
```

Fields:
* actions (required) - An array of json objects, one for each command
Expand Down

0 comments on commit 927e79d

Please sign in to comment.