mirror of
https://github.com/eried/portapack-mayhem.git
synced 2024-10-01 01:26:06 -04:00
Remove hard-coded rf_amp on.
Removed hard-coded turning rf_amp on when enabling transmitting. It will be handled by TransmitterView.
This commit is contained in:
parent
0852bf89f0
commit
7fae33eb49
@ -52,7 +52,7 @@ void SigGenView::update_tone() {
|
||||
|
||||
void SigGenView::start_tx() {
|
||||
transmitter_model.set_sampling_rate(1536000);
|
||||
transmitter_model.set_rf_amp(true);
|
||||
// transmitter_model.set_rf_amp(true);
|
||||
transmitter_model.set_baseband_bandwidth(1750000);
|
||||
transmitter_model.enable();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user