mirror of
https://github.com/ShaYmez/xlxd.git
synced 2025-06-15 20:12:25 -04:00
xlxd 2.4.0
Added G3 protocol
This commit is contained in:
parent
ed2873f78d
commit
2f239d6746
@ -1,4 +1,4 @@
|
|||||||
//
|
//
|
||||||
// main.h
|
// main.h
|
||||||
// xlxd
|
// xlxd
|
||||||
//
|
//
|
||||||
@ -48,8 +48,8 @@
|
|||||||
// version -----------------------------------------------------
|
// version -----------------------------------------------------
|
||||||
|
|
||||||
#define VERSION_MAJOR 2
|
#define VERSION_MAJOR 2
|
||||||
#define VERSION_MINOR 3
|
#define VERSION_MINOR 4
|
||||||
#define VERSION_REVISION 5
|
#define VERSION_REVISION 0
|
||||||
|
|
||||||
// global ------------------------------------------------------
|
// global ------------------------------------------------------
|
||||||
|
|
||||||
@ -57,12 +57,13 @@
|
|||||||
#define JSON_MONITOR
|
#define JSON_MONITOR
|
||||||
|
|
||||||
// debug -------------------------------------------------------
|
// debug -------------------------------------------------------
|
||||||
|
|
||||||
//#define DEBUG_NO_ERROR_ON_XML_OPEN_FAIL
|
//#define DEBUG_NO_ERROR_ON_XML_OPEN_FAIL
|
||||||
//#define DEBUG_DUMPFILE
|
//#define DEBUG_DUMPFILE
|
||||||
|
|
||||||
// reflector ---------------------------------------------------
|
// reflector ---------------------------------------------------
|
||||||
|
|
||||||
#define NB_OF_MODULES 10
|
#define NB_OF_MODULES 10
|
||||||
//#define NB_OF_MODULES NB_MODULES_MAX
|
//#define NB_OF_MODULES NB_MODULES_MAX
|
||||||
|
|
||||||
// protocols ---------------------------------------------------
|
// protocols ---------------------------------------------------
|
||||||
|
Loading…
x
Reference in New Issue
Block a user