Tools: extend error message when not finding defaults

This commit is contained in:
Peter Barker 2024-01-17 12:48:19 +11:00 committed by Andrew Tridgell
parent 0b7f6c90e5
commit 3f9062d676
1 changed files with 1 additions and 1 deletions

View File

@ -232,7 +232,7 @@ if __name__ == '__main__':
have_defaults = defaults.find()
if not have_defaults and not args.extract:
print("Error: Param defaults support not found in firmware")
print("Error: Param defaults support not found in firmware; see https://ardupilot.org/copter/docs/common-oem-customizations.html for embedding defaults.parm")
sys.exit(1)
if have_defaults: