-
-
Notifications
You must be signed in to change notification settings - Fork 354
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
Add iFlight Commando8 ELRS PR fixed version2 #1982
Conversation
Tested the binary from this PR. None of the issues I've reported on the older PR #1902 |
I think we're finally there, as well as all changes from PR1902 have been successfully ported to this PR. |
7cfee58
to
29d1feb
Compare
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.
The changes for the radio firmware are now as expected and already reviewed (in #1902).
However, I had to rebase / squash commits to cleanup this mess. In future, I expect things to be already done this way.
Apart from that, the original code had support for Companion, which is not the case anymore, and thus missing.
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.
Seems ready to roll. Just waiting on final checks from iFlight crew now.
Add iFlight Commando8 ELRS radio
Fix bug introduced in EdgeTX#1967 which only affects !defined(RTCLOCK) boards
Add iFlight Commando8 ELRS PR fixed version2
PR1902 seems to be unfixable broken for some reason, so we started all over and integrated latest changes and corrections.
Sorry for this approach, I hope this will be OK now.
Companion files will be updated with another commit.
Based on the EdgeTX PR #1902
[edit: pfeerick]
To power on or off this radio, you double press and hold the power button.
To access DFU or bootloader, you press the left joystick down (not centre press) and then while holding that down, hold down the power button. After about a second, the battery indicator will start animating. If USB is connected, it will go into DFU mode. If not, the bootloader menu will be shown.
To access the USB (for storage, joystick mode), you need to press and hold the power button after plugging in the USB until the battery leds animate. On initial connect it appears to be in charge mode. If you want to disconnect and resume charging, press and hold the power button again until the animation stops.
[/end edit]