mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-05-12 11:42:13 -04: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:
parent
71999f216f
commit
69b0ef9a40
32 changed files with 523 additions and 194 deletions
|
@ -24,9 +24,14 @@
|
|||
#define __CTCSS_H_
|
||||
|
||||
#include "ui.hpp"
|
||||
#include "ui_widget.hpp"
|
||||
|
||||
using namespace ui;
|
||||
|
||||
#define CTCSS_TONES_NB 50
|
||||
|
||||
namespace ctcss {
|
||||
|
||||
struct ctcss_tone {
|
||||
char PL_code[3];
|
||||
uint16_t num_code;
|
||||
|
@ -35,4 +40,8 @@ struct ctcss_tone {
|
|||
|
||||
extern const ctcss_tone ctcss_tones[CTCSS_TONES_NB];
|
||||
|
||||
void ctcss_populate(OptionsField& field);
|
||||
|
||||
}
|
||||
|
||||
#endif/*__CTCSS_H_*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue