mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2024-12-13 03:34:35 +00: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 )
|
||||
{
|
||||
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…
Reference in New Issue
Block a user