1
0
Fork 0
mirror of https://github.com/betaflight/betaflight-configurator.git synced 2025-07-16 12:55:14 +03:00

Hint by ProDrone: fixing double-save on backup restore

This commit is contained in:
NightHawk32 2015-12-16 16:19:27 -05:00
parent 0fa241b462
commit dc8f06fcc9

View file

@ -739,7 +739,7 @@ function configuration_restore(callback) {
send_unique_data_item();
});
} else {
MSP.send_message(MSP_codes.MSP_EEPROM_WRITE, false, false, send_led_strip_config);
send_led_strip_config();
}
}