-
- Notifications
You must be signed in to change notification settings - Fork 155
Added option Arming without fix to GPS Rescue #256
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 1 commit
Commits
Show all changes
3 commits Select commit Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,29 @@ | ||
return { | ||
labels = { | ||
{ t = "Min Sats.", x = 3, y = 10, }, | ||
{ t = "Angle", x = 3, y = 20, }, | ||
{ t = "Initial Alt", x = 3, y = 30, }, | ||
{ t = "Descent Dst", x = 3, y = 40, }, | ||
{ t = "Ground Spd", x = 3, y = 50, }, | ||
{ t = "Snty.", x = 80, y = 10, }, | ||
{ t = "Throttle", x = 80, y = 20, }, | ||
{ t = "Min", x = 85, y = 30, }, | ||
{ t = "Hover", x = 80, y = 40, }, | ||
{ t = "Max", x = 85, y = 50, }, | ||
{ t = "Min Sats.", x = 3, y = 14, }, | ||
{ t = "Angle", x = 3, y = 24, }, | ||
{ t = "Initial Alt", x = 3, y = 34, }, | ||
{ t = "Descent Dst", x = 3, y = 44, }, | ||
{ t = "Ground Spd", x = 3, y = 54, }, | ||
{ t = "Arm w/o fix", x = 3, y = 64, }, | ||
{ t = "Snty.", x = 80, y = 14, }, | ||
{ t = "Throttle", x = 80, y = 24, }, | ||
{ t = "Min", x = 85, y = 34, }, | ||
{ t = "Hover", x = 80, y = 44, }, | ||
{ t = "Max", x = 85, y = 54, }, | ||
}, | ||
fieldLayout = { | ||
{ x = 58, y = 10, }, | ||
{ x = 58, y = 20, }, | ||
{ x = 58, y = 30, }, | ||
{ x = 58, y = 40, }, | ||
{ x = 58, y = 50, }, | ||
{ x = 105, y = 10, }, | ||
{ x = 105, y = 30, }, | ||
{ x = 105, y = 40, }, | ||
{ x = 105, y = 50, }, | ||
{ x = 58, y = 14, }, | ||
{ x = 58, y = 24, }, | ||
{ x = 58, y = 34, }, | ||
{ x = 58, y = 44, }, | ||
{ x = 58, y = 54, }, | ||
{ x = 58, y = 64, }, | ||
{ x = 105, y = 14, }, | ||
{ x = 105, y = 34, }, | ||
{ x = 105, y = 44, }, | ||
{ x = 105, y = 54, }, | ||
{ x = 105, y = 54, }, | ||
| ||
}, | ||
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit. This suggestion is invalid because no changes were made to the code. Suggestions cannot be applied while the pull request is closed. Suggestions cannot be applied while viewing a subset of changes. Only one suggestion per line can be applied in a batch. Add this suggestion to a batch that can be applied as a single commit. Applying suggestions on deleted lines is not supported. You must change the existing code in this line in order to create a valid suggestion. Outdated suggestions cannot be applied. This suggestion has been applied or marked resolved. Suggestions cannot be applied from pending reviews. Suggestions cannot be applied on multi-line comments. Suggestions cannot be applied while the pull request is queued to merge. Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seeing that we had a lot of improvements in the lua scripts since the last release, and will probably want to do another release before Betaflight 4.2 (which will bring API version 1.43) is released, I'd rather leave this at 1.041 for now - obviously the 'arming without fix' setting won't work for users before Betaflight 4.2, but at least they will still be able to use the rest of the GPS rescue page.
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
but increased minBytes won't cause problems if script will not receive 21 bytes ?
UPDATE:
I have checked this with X9D+ , BF 4.1 and with requiredVersion 1.041, rescue page doesn't work.
UPDATE:
looks like minBytes at 16 and requiredVersion at 1.041 is working with BF 4.1 and 4.2.
had impression that increasing minBytes is mandatory