1
0
mirror of https://github.com/ShaYmez/xlxd.git synced 2025-06-15 12:02:26 -04:00

Make DMRmmdvm and DMRplus repeater module ID configurable

This commit is contained in:
Yngwie Chou 2017-08-29 07:25:56 +08:00
parent c909cfbea8
commit 8cdd27e809
2 changed files with 2 additions and 2 deletions

View File

@ -44,7 +44,7 @@
#define MMDVM_SLOTTYPE_TERMINATOR 2 #define MMDVM_SLOTTYPE_TERMINATOR 2
// DMRMMDVM Module ID // DMRMMDVM Module ID
#define MMDVM_MODULE_ID "B" #define MMDVM_MODULE_ID 'B'
//////////////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////////////
// class // class

View File

@ -35,7 +35,7 @@
// define // define
// DMR Plus Module ID // DMR Plus Module ID
#define DMRPLUS_MODULE_ID "B" #define DMRPLUS_MODULE_ID 'B'
//////////////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////////////
// class // class