-
-
Notifications
You must be signed in to change notification settings - Fork 98
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make phone-first the default strategy for now (#119)
- Loading branch information
1 parent
f5965d9
commit ee88171
Showing
2 changed files
with
8 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
# Set the connection strategy to use | ||
# 0 - Dongle mode (default). Waits for both dongle and headunit bluetooth connections and then starts the wifi and usb connections. | ||
# 1 - Phone first. Waits for the phone bluetooth and wifi to connect first, and then starts the usb connection. | ||
# 0 - Dongle mode. Waits for both dongle and headunit bluetooth connections and then starts the wifi and usb connections. | ||
# 1 - Phone first (default). Waits for the phone bluetooth and wifi to connect first, and then starts the usb connection. | ||
# 2 - Usb first. Waits for the usb to connect first, and then starts the bluetooth and wifi connection with phone. | ||
AAWG_CONNECTION_STRATEGY=0 | ||
AAWG_CONNECTION_STRATEGY=1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters