mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-08-15 18:00:28 -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
|
@ -127,6 +127,8 @@ void LCRView::start_tx(const bool scan) {
|
|||
|
||||
modems::generate_data(lcr::generate_message(rgsb, litterals_list, options_ec.selected_index()), lcr_message_data);
|
||||
|
||||
/* It is AFSK modulation , measuring original fw 1.7.4 spectrum BW is just around 30khz , NBFM */
|
||||
transmitter_model.set_baseband_bandwidth(1'750'000); // Min TX LPF 1M75, same spectrum as previous fw 1.7.4
|
||||
transmitter_model.enable();
|
||||
|
||||
memcpy(shared_memory.bb_data.data, lcr_message_data, sizeof(lcr_message_data));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue