From dc8f06fcc96f0c36ad4ff8ee449116d53414f4c1 Mon Sep 17 00:00:00 2001 From: NightHawk32 Date: Wed, 16 Dec 2015 16:19:27 -0500 Subject: [PATCH] Hint by ProDrone: fixing double-save on backup restore --- js/backup_restore.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/backup_restore.js b/js/backup_restore.js index 0bcdc3fb..a0a75d87 100644 --- a/js/backup_restore.js +++ b/js/backup_restore.js @@ -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(); } }