-
Notifications
You must be signed in to change notification settings - Fork 2
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
Pr drone can support flight test patch #3
Pr drone can support flight test patch #3
Conversation
Src/DroneCAN/DroneCAN.c
Outdated
*(uint16_t *)p->ptr = req.value.integer_value; | ||
if (p->eeprom_index != 0) { | ||
if (p->eeprom_index == 26) { | ||
eepromBuffer[26] = (uint8_t)((*(uint16_t *)p->ptr - 20) / 40); |
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.
it would be good to have a comment explaining this :-)
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.
change it to readable define EEPROM_MOTOR_KV_INDEX, btw, the code is tab and space mix a little bit mess to correct the format
e80bd43
to
7e7a13c
Compare
|
4.add HSE support and VIMDRONES_NANO_CAN_L431 target |
c59731c
to
db3a145
Compare
be21c16
to
1f9a17c
Compare
i've rebased this |
patch for first flight test
1.current value convert fix
2.add motor kv param