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:
parent
c2575935fc
commit
0a92e90427
2 changed files with 5 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue