mirror of
https://github.com/eried/portapack-mayhem.git
synced 2024-12-18 04:04:33 -05:00
Changed text to MAX HOLD to make a difference with existing 'MAX'
This commit is contained in:
parent
d815e6c952
commit
9f700a30c0
@ -119,7 +119,7 @@ namespace ui
|
|||||||
if( last_max_freq != max_freq_hold )
|
if( last_max_freq != max_freq_hold )
|
||||||
{
|
{
|
||||||
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());
|
PlotMarker(field_marker.value());
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user