-
Notifications
You must be signed in to change notification settings - Fork 48
refactor(library): Flight Modes API and Custom Flight Modes integration, plus code and comments clean-up #84
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 all commits
Commits
Show all changes
31 commits
Select commit
Hold shift + click to select a range
0ce9ced
refactor(sketch layer): Remove redundant constructors
ZZ-Cat 37bf237
build(platformio): Exclude `cfa_code_test.cpp` from source filter
ZZ-Cat 62aea7f
build(platformio): Override default build source fiter when Developme…
ZZ-Cat a67b8d0
chore(serial receiver interface): Remove commented out code
ZZ-Cat 82bcb5a
refactor(serial receiver interface): Remove unnecessary null checks i…
ZZ-Cat a0b2e7e
style(serial receiver interface): Clean up comments and correctly ann…
ZZ-Cat 90354d8
perf(serial receiver interface): Only process RC Channels and call th…
ZZ-Cat 372cec5
chore(crsf): Remove commented out code
ZZ-Cat 756ff7d
fix(flight modes): Resolve compilation error in `SerialReceiver::hand…
ZZ-Cat b59e287
fix(crsf): Memory leak on `GenericCRC` object
ZZ-Cat 3541b81
chore(serial receiver interface): Remove commented out code
ZZ-Cat 50520a0
chore(compatibility table): Remove commented out code
ZZ-Cat 1bafe0a
chore(generic stream buffer): Remove commented out code
ZZ-Cat 9faa9da
chore(telemetry): Remove commented out code
ZZ-Cat d72bb00
refactor(generic crc): Add compiler errors for non-implemented `CRC_O…
ZZ-Cat 8063856
chore(library): Bump version date to `2024-2-18`
ZZ-Cat 42e8c1d
chore(github): Add missing `*.hpp` line tag to `.gitattributes`
ZZ-Cat 8a5f334
fix(telemetry): Incorrect code format
ZZ-Cat 3650fb4
ci(arduino): Disable testing on "supported platforms" until Adafruit …
ZZ-Cat 64ceb03
refactor(serial receiver interface): Bring `disarmed` parameter in `t…
ZZ-Cat 8a0c3e5
chore(sketch layer): Deprecate `CRSFforArduino::setFlightMode(serialR…
ZZ-Cat bc1055f
chore(sketch layer): Deprecate `CRSFforArduino::telemetryWriteCustomF…
ZZ-Cat 573bcd0
chore(serial receiver interface): Deprecate `SerialReceiver::setFligh…
ZZ-Cat a829197
chore(serial receiver interface): Deprecate `SerialReceiver::telemetr…
ZZ-Cat 9c55d8b
refactor(library): Flesh out custom Flight Modes API and integrate wi…
ZZ-Cat 96e4faa
chore(serial receiver interface): Resolve incorrect format
ZZ-Cat 4cec113
style(generic crc): Remove CoPilot prompts and clean-up code
ZZ-Cat b6f6c0f
style(crsf): Remove CoPilot promps and annotate blocks of code.
ZZ-Cat 1069307
style(serial receiver interface): Remove CoPilot prompts.
ZZ-Cat fa2abf5
style(telemetry): Remove CoPilot prompts
ZZ-Cat 4093492
fix(build/compile/verify): Compiler warning on unused parameters
ZZ-Cat 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
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
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
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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.