AMPS: Suggest to use channel 333 (SID 1 = Chicago) by default
Channel 334 seems to make Problems with my Dynatac.
This commit is contained in:
@@ -264,7 +264,7 @@ int main_amps_tacs(int argc, char *argv[])
|
||||
}
|
||||
|
||||
if (!num_kanal) {
|
||||
printf("No channel (\"Kanal\") is specified, I suggest channel %d.\n\n", (!tacs) ? 334 : 323);
|
||||
printf("No channel (\"Kanal\") is specified, I suggest channel %d.\n\n", (!tacs) ? 333 : 323);
|
||||
print_help(argv[0]);
|
||||
return 0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user