mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-06-24 06:44:25 -04:00
Applying a proper TX_LPF to all remaining TX App (#1495)
This commit is contained in:
parent
9be4b9596d
commit
56702ca7c2
7 changed files with 20 additions and 1 deletions
|
@ -269,6 +269,10 @@ void EncodersView::start_tx(const bool scan) {
|
|||
repeat_index = 1;
|
||||
update_progress();
|
||||
|
||||
/* Setting TX LPF 1M75 in this TX OOK App , We got same results as fw 1.7.4
|
||||
* Looking max BW of this app, we tested , Selecting OOK type 145026 with CLK 455K and max DEV. 150k,
|
||||
* and we got BW +-2Mhz , with that TX LPF 1M75, it is fine.*/
|
||||
transmitter_model.set_baseband_bandwidth(1'750'000); // Min. TX LPF value.
|
||||
transmitter_model.enable();
|
||||
|
||||
baseband::set_ook_data(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue