We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
legacy
1 parent ae21bcd commit 0964803Copy full SHA for 0964803
contrib/config.toml
@@ -10,7 +10,7 @@
10
timeout_secs = 10
11
12
# Enable legacy USB mode (some HeadUnits/cars needs this enabled for compatibility)
13
- legacy = false
+ legacy = true
14
15
# Enable wired USB connection to phone (VID:PID should be specified, zero is wildcard and can be used for single or both fields)
16
# you can obtain it e.g. using `lsusb` after connecting phone,
src/main.rs
@@ -150,7 +150,7 @@ impl Default for AppConfig {
150
debug: false,
151
hexdump_level: HexdumpLevel::Disabled,
152
disable_console_debug: false,
153
- legacy: false,
+ legacy: true,
154
connect: None,
155
logfile: "/var/log/aa-proxy-rs.log".into(),
156
stats_interval: 0,
0 commit comments