mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-08-12 00:20:03 -04:00
Changed text to MAX HOLD to make a difference with existing 'MAX'
This commit is contained in:
parent
d815e6c952
commit
9f700a30c0
1 changed files with 1 additions and 1 deletions
|
@ -119,7 +119,7 @@ namespace ui
|
|||
if( last_max_freq != max_freq_hold )
|
||||
{
|
||||
last_max_freq = max_freq_hold ;
|
||||
freq_stats.set( "MAX:"+to_string_short_freq( max_freq_hold ) );
|
||||
freq_stats.set( "MAX HOLD: "+to_string_short_freq( max_freq_hold ) );
|
||||
}
|
||||
PlotMarker(field_marker.value());
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue