AP_Scripting: add note about generating code for extension fields

This commit is contained in:
Willian Galvani 2024-08-23 15:49:12 -03:00 committed by Peter Hall
parent 52c94e2a5b
commit 616d74f1b0
1 changed files with 3 additions and 1 deletions

View File

@ -4,3 +4,5 @@ These .lua definition for messages can be generated using pymavlink with the fol
cd ardupilot/modules/mavlink
python ./pymavlink/tools/mavgen.py --lang Lua ./message_definitions/v1.0/all.xml --out ./modules/MAVLink
```
Add `--wire-protocol 2.0` to include extension fields in the generated code