mirror of
https://github.com/eried/portapack-mayhem.git
synced 2024-10-01 01:26:06 -04:00
Set default TX gain to 35 (#1062)
* Set default TX gain to 10 I'd rather people who know better have to turn this up, than people who don't know better to be jamming their neighbors accidentally. * Update transmitter_model.hpp Set default to 35 per discussion.
This commit is contained in:
parent
2d79cd4b24
commit
feee1f7ab3
@ -71,7 +71,8 @@ class TransmitterModel {
|
||||
uint32_t channel_bandwidth_{1};
|
||||
uint32_t baseband_bandwidth_{max2837::filter::bandwidth_minimum};
|
||||
int32_t vga_gain_db_{8};
|
||||
int32_t tx_gain_db_{47};
|
||||
/* 35 should give approx 1m transmission range. */
|
||||
int32_t tx_gain_db_{35};
|
||||
uint32_t sampling_rate_{3072000};
|
||||
SignalToken signal_token_tick_second{};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user