mirror of
https://github.com/ShaYmez/xlxd.git
synced 2024-11-15 12:41:51 -05:00
Make DMRmmdvm and DMRplus repeater module ID configurable
This commit is contained in:
parent
c909cfbea8
commit
8cdd27e809
@ -44,7 +44,7 @@
|
||||
#define MMDVM_SLOTTYPE_TERMINATOR 2
|
||||
|
||||
// DMRMMDVM Module ID
|
||||
#define MMDVM_MODULE_ID "B"
|
||||
#define MMDVM_MODULE_ID 'B'
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////////////
|
||||
// class
|
||||
|
@ -35,7 +35,7 @@
|
||||
// define
|
||||
|
||||
// DMR Plus Module ID
|
||||
#define DMRPLUS_MODULE_ID "B"
|
||||
#define DMRPLUS_MODULE_ID 'B'
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////////////
|
||||
// class
|
||||
|
Loading…
Reference in New Issue
Block a user