ERT: Add RSSI to app UI.

This commit is contained in:
Jared Boone 2016-07-25 16:12:32 -07:00
parent 508ce89271
commit 3759e142d8
2 changed files with 5 additions and 0 deletions

View File

@ -130,6 +130,7 @@ ERTAppView::ERTAppView(NavigationView&) {
&field_rf_amp,
&field_lna,
&field_vga,
&rssi,
&recent_entries_view,
} });

View File

@ -145,6 +145,10 @@ private:
{ 18 * 8, 0 * 16 }
};
RSSI rssi {
{ 21 * 8, 0, 6 * 8, 4 },
};
MessageHandlerRegistration message_handler_packet {
Message::ID::ERTPacket,
[this](Message* const p) {