mirror of
https://github.com/iNavFlight/inav-configurator.git
synced 2025-07-24 16:55:22 +03:00
FIX: LED config from backup file was not saved to EEPROM after reading the file
This commit is contained in:
parent
6d7c6a4576
commit
5ba359fe17
1 changed files with 5 additions and 1 deletions
|
@ -678,7 +678,11 @@ function configuration_restore(callback) {
|
|||
}
|
||||
|
||||
function send_led_strip_config() {
|
||||
MSP.sendLedStripConfig(reboot);
|
||||
MSP.sendLedStripConfig(save_to_eeprom);
|
||||
}
|
||||
|
||||
function save_to_eeprom() {
|
||||
MSP.send_message(MSP_codes.MSP_EEPROM_WRITE, false, false, reboot);
|
||||
}
|
||||
|
||||
function reboot() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue