-
Notifications
You must be signed in to change notification settings - Fork 42
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
AFHDS protocol implementation #168
base: master
Are you sure you want to change the base?
Conversation
marianomd
commented
Feb 21, 2022
•
edited
Loading
edited
- Protocol implementation
- Protocol selection in model setup
- Add switch for this feature
- Binding
- Set correct mixer scheduler period
- Testing
@@ -24,11 +24,12 @@ | |||
|
|||
extern int8_t s_editMode; | |||
|
|||
inline uint32_t GetChipID(void) { |
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.
Had to remove this "inline" to allow compilation. Adds some bytes, but anyway wouldn't fit on ELRSv2.
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.
How many bytes missing?
Can this feature be define guarded to make it build specific? |
Done! I will need to set up a testing receiver to move forward. |
Hello! |
Is it possible to send a tutorial to do it? |
@marianomd Thank you for your work. Saw your note about don't have time for finish this at the moment. May I finish this, but not really familiar with this speicific project yet. Could you give me some hint what missing exactly? My i6x and AFHDS reciver on way to me. |
Hello! Have you any news about AFHDS protocol? |