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:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user