Added definitions for data port
FossilOrigin-Name: beefa7608b889a3ac4bbb84c5c486471b56c66f8603e0e34b99f2f3ffd497bab
This commit is contained in:
parent
9785c8a25f
commit
4c5833ed8b
@ -27,11 +27,6 @@
|
||||
|
||||
#include "bstr.h"
|
||||
|
||||
|
||||
//#include "wtpinfo.h"
|
||||
|
||||
|
||||
|
||||
/**
|
||||
* @defgroup LWAPPConstants LWAPP Constats
|
||||
* @{
|
||||
@ -42,8 +37,14 @@
|
||||
#define LW_VERSION 0
|
||||
|
||||
/** LWAPP Control Port */
|
||||
#define LWAPP_CONTROL_PORT 12223
|
||||
#define LWAPP_CONTROL_PORT 12222
|
||||
/** LWAPP Control Port as string */
|
||||
#define LWAPP_CONTROL_PORT_STR "12222"
|
||||
|
||||
/** LWAPP Data Port */
|
||||
#define LWAPP_DATA_PRT 12223
|
||||
|
||||
/** LWAPP Data Port as String */
|
||||
#define LWAPP_CONTROL_PORT_STR "12223"
|
||||
|
||||
/** Block Size for Image Data */
|
||||
|
Loading…
Reference in New Issue
Block a user