Added menu group for transceivers (#2623)

* Added menu group for transceivers

* Reorder apps icons
This commit is contained in:
Oleg Belousov
2025-04-15 11:46:49 +03:00
committed by GitHub
parent a153cbf30b
commit 806219f46e
8 changed files with 78 additions and 4 deletions

View File

@@ -92,6 +92,9 @@ void ExternalModuleView::on_tick_second() {
case app_location_t::TX:
btnText += " (TX)";
break;
case app_location_t::TRX:
btnText += " (TRX)";
break;
case app_location_t::SETTINGS:
btnText += " (Settings)";
break;