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

Added message to acknowledge binding.

This commit is contained in:
mikeller 2020-02-08 19:19:39 +13:00
parent c2575935fc
commit 0a92e90427
2 changed files with 5 additions and 0 deletions

View file

@ -331,6 +331,8 @@ TABS.receiver.initialize = function (callback) {
$("a.bind").click(function() {
MSP.send_message(MSPCodes.MSP2_BETAFLIGHT_BIND);
GUI.log(i18n.getMessage('receiverButtonBindMessage'));
});
}
$(".bind_btn").toggle(showBindButton);