Hint by ProDrone: fixing double-save on backup restore

10.3.x-maintenance
NightHawk32 2015-12-16 16:19:27 -05:00
parent 0fa241b462
commit dc8f06fcc9
1 changed files with 1 additions and 1 deletions

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();
}
}