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:
Andreas Eversberg 2020-09-13 14:44:12 +02:00
parent a662fb822e
commit 167b7ea52f
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}