diff --git a/_locales/en/messages.json b/_locales/en/messages.json index a257f7b5..5a5f9f71 100755 --- a/_locales/en/messages.json +++ b/_locales/en/messages.json @@ -1756,7 +1756,7 @@ "message": "Misc" }, "configurationVesselName": { - "message": "Vessel name" + "message": "Craft name" } diff --git a/tabs/configuration.js b/tabs/configuration.js index c056bef5..d382cbfd 100644 --- a/tabs/configuration.js +++ b/tabs/configuration.js @@ -780,8 +780,8 @@ TABS.configuration.initialize = function (callback, scrollPosition) { } } - // MSP.send_message(MSP_codes.MSP_SET_BF_CONFIG, MSP.crunch(MSP_codes.MSP_SET_BF_CONFIG), false, save_serial_config); - save_name(); + MSP.send_message(MSP_codes.MSP_SET_BF_CONFIG, MSP.crunch(MSP_codes.MSP_SET_BF_CONFIG), false, save_serial_config); + }); // status data pulled via separate timer with static speed