mirror of
https://github.com/g4klx/MMDVMHost.git
synced 2026-04-05 06:25:24 +00:00
Allow half-duplex DMR for use with hotspot hardware.
This commit is contained in:
parent
a4dc96133a
commit
656be113f5
5 changed files with 67 additions and 43 deletions
|
|
@ -46,7 +46,7 @@ public:
|
|||
|
||||
void clock(unsigned int ms);
|
||||
|
||||
static void init(unsigned int colorCode, CModem* modem, CHomebrewDMRIPSC* network, IDisplay* display);
|
||||
static void init(unsigned int colorCode, CModem* modem, CHomebrewDMRIPSC* network, IDisplay* display, bool duplex);
|
||||
|
||||
private:
|
||||
unsigned int m_slotNo;
|
||||
|
|
@ -73,6 +73,7 @@ private:
|
|||
static CModem* m_modem;
|
||||
static CHomebrewDMRIPSC* m_network;
|
||||
static IDisplay* m_display;
|
||||
static bool m_duplex;
|
||||
|
||||
static unsigned char* m_idle;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue