mirror of
https://github.com/iNavFlight/inav.git
synced 2025-07-25 17:25:18 +03:00
Fix bug when saving servo params causing the servos not to move as configured
This commit is contained in:
parent
132a800c54
commit
0a73cd1f11
3 changed files with 12 additions and 7 deletions
|
@ -1668,6 +1668,7 @@ static mspResult_e mspFcProcessInCommand(uint16_t cmdMSP, sbuf_t *src)
|
|||
sbufReadU8(src);
|
||||
servoParamsMutable(tmp_u8)->forwardFromChannel = sbufReadU8(src);
|
||||
servoParamsMutable(tmp_u8)->reversedSources = sbufReadU32(src);
|
||||
servoComputeScalingFactors(tmp_u8);
|
||||
}
|
||||
break;
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue