mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-24 00:35:26 +03:00
adding more user-notify messages
This commit is contained in:
parent
60dbffd1ba
commit
8686a45831
7 changed files with 26 additions and 3 deletions
|
@ -148,6 +148,7 @@ function onOpen(openInfo) {
|
|||
|
||||
// request configuration data
|
||||
send_message(MSP_codes.MSP_UID, MSP_codes.MSP_UID, false, function() {
|
||||
GUI.log('Unique device ID <span style="color: green">received</span>');
|
||||
send_message(MSP_codes.MSP_IDENT, MSP_codes.MSP_IDENT, false, function() {
|
||||
GUI.timeout_remove('connecting'); // kill connecting timer
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue