mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-01-11 23:39:29 -05:00
ReceiverModel: More method renaming.
update_baseband_configuration() -> update_sampling_rate().
This commit is contained in:
parent
5a05a758a1
commit
b60e88ef68
@ -146,7 +146,7 @@ void ReceiverModel::enable() {
|
||||
update_lna();
|
||||
update_vga();
|
||||
update_baseband_bandwidth();
|
||||
update_baseband_configuration();
|
||||
update_sampling_rate();
|
||||
update_modulation();
|
||||
update_headphone_volume();
|
||||
}
|
||||
@ -218,7 +218,7 @@ void ReceiverModel::set_wfm_configuration(const size_t n) {
|
||||
}
|
||||
}
|
||||
|
||||
void ReceiverModel::update_baseband_configuration() {
|
||||
void ReceiverModel::update_sampling_rate() {
|
||||
// TODO: Move more low-level radio control stuff to M4. It'll enable tighter
|
||||
// synchronization for things like wideband (sweeping) spectrum analysis, and
|
||||
// protocols that need quick RX/TX turn-around.
|
||||
|
@ -131,7 +131,7 @@ private:
|
||||
void update_lna();
|
||||
void update_baseband_bandwidth();
|
||||
void update_vga();
|
||||
void update_baseband_configuration();
|
||||
void update_sampling_rate();
|
||||
void update_headphone_volume();
|
||||
|
||||
void update_modulation();
|
||||
|
Loading…
Reference in New Issue
Block a user