diff --git a/openrtx/src/ui/default/ui_menu.c b/openrtx/src/ui/default/ui_menu.c index d1a425af..ba3c2ddf 100644 --- a/openrtx/src/ui/default/ui_menu.c +++ b/openrtx/src/ui/default/ui_menu.c @@ -1086,12 +1086,11 @@ bool _ui_drawMacroMenu(ui_state_t* ui_state) #endif // CONFIG_UI_NO_KEYBOARD gfx_print(layout.line1_pos, layout.top_font, TEXT_ALIGN_LEFT, yellow_fab413, "1"); - gfx_print(layout.line1_pos, layout.top_font, TEXT_ALIGN_LEFT, - color_white, " T-"); uint16_t tone = ctcss_tone[last_state.channel.fm.txTone]; gfx_print(layout.line1_pos, layout.top_font, TEXT_ALIGN_LEFT, - color_white, " %d.%d", (tone / 10), (tone % 10)); + color_white, " T- %d.%d", (tone / 10), (tone % 10)); + #if defined(CONFIG_UI_NO_KEYBOARD) if (ui_state->macro_menu_selected == 1) #endif // CONFIG_UI_NO_KEYBOARD