mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-06-28 08:37:31 -04:00
cosmetic, ui moves
This commit is contained in:
parent
8d60da0a5a
commit
30004a1c3c
2 changed files with 8 additions and 6 deletions
|
@ -676,7 +676,7 @@ namespace ui {
|
|||
{
|
||||
if( refresh_display )
|
||||
{
|
||||
text_max.set( " " );
|
||||
text_max.set( to_string_dec_int( db ) + " db" );
|
||||
freq_stats.set( "RSSI: " +to_string_dec_int( rssi.get_min() )+"/"+to_string_dec_int( rssi.get_avg() )+"/"+to_string_dec_int( rssi.get_max() )+" db" );
|
||||
text_timer.set( "TIMER: " + to_string_dec_int( timer ) );
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue