AIS: Add gain controls, RSSI and channel indications.

This commit is contained in:
Jared Boone 2016-07-25 15:46:37 -07:00
parent 512539fd8c
commit aaa0e389b9
2 changed files with 28 additions and 0 deletions

View file

@ -291,6 +291,11 @@ AISAppView::AISAppView(NavigationView&) {
add_children({ {
&label_channel,
&options_channel,
&field_rf_amp,
&field_lna,
&field_vga,
&rssi,
&channel,
&recent_entries_view,
&recent_entry_detail_view,
} });