cosmetic, ui moves

This commit is contained in:
GullCode 2023-03-26 21:04:43 +02:00
parent 8d60da0a5a
commit 30004a1c3c
2 changed files with 8 additions and 6 deletions

View file

@ -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 ) );
}