mirror of
https://github.com/g4klx/MMDVMHost
synced 2025-12-23 00:35:53 +08:00
Load the DMR Id lookup table periodically.
This commit is contained in:
@@ -23,6 +23,7 @@
|
||||
#include "YSFNetwork.h"
|
||||
#include "P25Network.h"
|
||||
#include "DMRNetwork.h"
|
||||
#include "DMRLookup.h"
|
||||
#include "Display.h"
|
||||
#include "Timer.h"
|
||||
#include "Modem.h"
|
||||
@@ -58,6 +59,7 @@ private:
|
||||
bool m_dmrEnabled;
|
||||
bool m_ysfEnabled;
|
||||
bool m_p25Enabled;
|
||||
CDMRLookup* m_lookup;
|
||||
std::string m_callsign;
|
||||
|
||||
void readParams();
|
||||
|
||||
Reference in New Issue
Block a user