mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2026-09-14 10:39:30 +00:00
Microphone tx is mostly working, Voice activation, PTT, CTCSS...
Transmit bandwidth bugfix TX LED is now only lit when using rf amp VU-meter widget Added gain parameter for baseband audio TX
This commit is contained in:
@@ -46,7 +46,7 @@ private:
|
||||
|
||||
AudioInput audio_input { };
|
||||
|
||||
uint32_t divider { };
|
||||
uint32_t divider { }, gain_x10 { };
|
||||
uint32_t as { 0 };
|
||||
uint32_t fm_delta { 0 };
|
||||
bool ctcss_enabled { false };
|
||||
|
||||
Reference in New Issue
Block a user