Skip to content

Commit

Permalink
Merge pull request #677 from ExpressLRS/add-lock-on-first-connection-…
Browse files Browse the repository at this point in the history
…support

Enable support for LOCK_ON_FIRST_CONNECTION on cloudbuilds
  • Loading branch information
jurgelenas authored Sep 15, 2024
2 parents c8c2f1d + e9a1c0b commit fcb770f
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,9 @@ export default class BinaryConfigurator {
}
break;
case UserDefineKey.LOCK_ON_FIRST_CONNECTION:
if (userDefine.enabled) {
flags.push(['--lock-on-first-connection']);
}
break;
case UserDefineKey.JUST_BEEP_ONCE:
if (userDefine.enabled) {
Expand Down

0 comments on commit fcb770f

Please sign in to comment.