mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-10-10 14:30:09 +00:00
Added missing files, ENUMed modulation modes
This commit is contained in:
@@ -81,7 +81,7 @@ private:
|
||||
uint32_t baseband_bandwidth_ { max2837::filter::bandwidth_minimum };
|
||||
int32_t vga_gain_db_ { 32 };
|
||||
BasebandConfiguration baseband_configuration {
|
||||
.mode = 1, /* TODO: Enum! */
|
||||
.mode = NONE,
|
||||
.sampling_rate = 3072000,
|
||||
.decimation_factor = 4,
|
||||
};
|
||||
|
Reference in New Issue
Block a user