mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-18 22:05:13 +03:00
Added configuration for Dshot beacon activation conditions.
This commit is contained in:
parent
7be361ae20
commit
26361bebad
7 changed files with 91 additions and 34 deletions
|
@ -332,6 +332,7 @@ function onConnect() {
|
|||
if (CONFIG.flightControllerVersion !== '') {
|
||||
FEATURE_CONFIG.features = new Features(CONFIG);
|
||||
BEEPER_CONFIG.beepers = new Beepers(CONFIG);
|
||||
BEEPER_CONFIG.dshotBeaconConditions = new Beepers(CONFIG, [ "RX_LOST", "RX_SET" ]);
|
||||
|
||||
$('#tabs ul.mode-connected').show();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue