Fixed redeclaration of LWAP_CONTROL_PORT_STR

FossilOrigin-Name: 860c8ec0164a85ddebcb209895effc5c1464323b99647eecc4eb332c8a9d048e
This commit is contained in:
7u83@mail.ru 2016-02-17 19:31:51 +00:00
parent 8e51e99933
commit a5bb407c3f
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@
#define LWAPP_DATA_PRT 12223
/** LWAPP Data Port as String */
#define LWAPP_CONTROL_PORT_STR "12223"
#define LWAPP_DATA_PORT_STR "12223"
/** Block Size for Image Data */
#define LW_BLOCKSIZE_IMAGE_DATA 1024