voice no longer hard-coded, bogeydope ordering fix, tripwire ignoring on-ground units
This commit is contained in:
@@ -57,7 +57,7 @@ impl Config {
|
||||
ChannelConfig {
|
||||
frequency: 251000000,
|
||||
modulation: Modulation::Am,
|
||||
voice: Voice::David,
|
||||
voice: Voice::new("David"),
|
||||
},
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user