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

@@ -482,7 +482,7 @@ next_char:
display_spectrum_on(0);
display_wave_on(-1);
goto next_char;
case 'B':
case 'b':
calibrate_bias();
goto next_char;
}