Skip to content

Commit

Permalink
Merge pull request #7771 from iNavFlight/MrD-Add-max-length-to-craft-…
Browse files Browse the repository at this point in the history
…name

Added max length to name
  • Loading branch information
DzikuVx authored Jan 25, 2022
2 parents f3f0e67 + a454883 commit ebf5b0e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Settings.md
Original file line number Diff line number Diff line change
Expand Up @@ -2818,7 +2818,7 @@ Craft name

| Default | Min | Max |
| --- | --- | --- |
| _empty_ | | |
| _empty_ | | MAX_NAME_LENGTH |

---

Expand Down
1 change: 1 addition & 0 deletions src/main/fc/settings.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3510,6 +3510,7 @@ groups:
- name: name
description: "Craft name"
default_value: ""
max: MAX_NAME_LENGTH

- name: PG_MODE_ACTIVATION_OPERATOR_CONFIG
type: modeActivationOperatorConfig_t
Expand Down

0 comments on commit ebf5b0e

Please sign in to comment.