mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-23 08:15:22 +03:00
Set rate profile to copy
This commit is contained in:
parent
6b5a183c6b
commit
82a786dcba
1 changed files with 1 additions and 1 deletions
|
@ -1147,7 +1147,7 @@ TABS.pid_tuning.initialize = function (callback) {
|
|||
case DIALOG_MODE_RATEPROFILE:
|
||||
COPY_PROFILE.type = DIALOG_MODE_RATEPROFILE; // 1 = rate profile
|
||||
COPY_PROFILE.dstProfile = parseInt(selectRateProfile.val());
|
||||
COPY_PROFILE.srcProfile = CONFIG.profile;
|
||||
COPY_PROFILE.srcProfile = CONFIG.rateProfile;
|
||||
|
||||
MSP.send_message(MSPCodes.MSP_COPY_PROFILE, mspHelper.crunch(MSPCodes.MSP_COPY_PROFILE), false, close_dialog);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue