mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-08-22 09:07:29 +00:00
Added bias-T status icon
Merged radio settings in one screen
This commit is contained in:
@@ -33,7 +33,7 @@ struct fmt_pcm_t {
|
||||
constexpr fmt_pcm_t(
|
||||
const uint32_t sampling_rate
|
||||
) : nSamplesPerSec { sampling_rate },
|
||||
nAvgBytesPerSec { nSamplesPerSec * nBlockAlign }
|
||||
nAvgBytesPerSec { nSamplesPerSec * 2 } // nBlockAlign = 2
|
||||
{
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user