Added RF amp setting in ADS-B RX

Removed frequency step, added LNA setting in Replay
Another menu bugfix :(
Updated binary
This commit is contained in:
furrtek
2017-12-08 21:46:16 +00:00
parent aba6c14074
commit 65a99bbe5a
7 changed files with 24 additions and 23 deletions
+2 -2
View File
@@ -260,9 +260,10 @@ ADSBRxView::ADSBRxView(NavigationView& nav) {
baseband::run_image(portapack::spi_flash::image_tag_adsb_rx);
add_children({
&labels,
&rssi,
&field_lna,
&field_vga,
&field_rf_amp,
&rssi,
&recent_entries_view
});
@@ -284,7 +285,6 @@ ADSBRxView::ADSBRxView(NavigationView& nav) {
baseband::set_adsb();
receiver_model.set_tuning_frequency(1090000000);
receiver_model.set_rf_amp(true);
field_lna.set_value(40);
field_vga.set_value(40);
receiver_model.set_modulation(ReceiverModel::Mode::SpectrumAnalysis);