A string is used to define what digits can be dialed via console

By default it is "0123456789". This is used by "eurosignal" to add
special A..E digits.
This commit is contained in:
Andreas Eversberg
2020-04-04 16:34:39 +02:00
parent fa6a73a2e1
commit 6b07d8b274
7 changed files with 29 additions and 18 deletions

View File

@@ -102,7 +102,7 @@ void sdr_config_print_hotkeys(void)
{
printf("Press 'q' key to toggle display of RX I/Q vector.\n");
printf("Press 's' key to toggle display of RX spectrum.\n");
printf("Press shift + 'B' key to remove DC level.\n");
printf("Press 'b' key to remove DC level.\n");
}
#define OPT_SDR_UHD 1500