mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-16 21:05:30 +03:00
Hint by ProDrone: fixing double-save on backup restore
This commit is contained in:
parent
0fa241b462
commit
dc8f06fcc9
1 changed files with 1 additions and 1 deletions
|
@ -739,7 +739,7 @@ function configuration_restore(callback) {
|
||||||
send_unique_data_item();
|
send_unique_data_item();
|
||||||
});
|
});
|
||||||
} else {
|
} else {
|
||||||
MSP.send_message(MSP_codes.MSP_EEPROM_WRITE, false, false, send_led_strip_config);
|
send_led_strip_config();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue