Merge pull request #76 from NightHawk32/NewPIDFunctions

Hint by ProDrone: fixing double-save on backup restore
10.3.x-maintenance
Albert Kravcov 2015-12-16 22:47:13 +01:00
commit 5160855b93
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();
}
}