mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-08-19 20:17:47 +00:00
Changed text to MAX HOLD to make a difference with existing 'MAX'
This commit is contained in:
@@ -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());
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user