Please tell me...
I am now creating a wireless communication program using the following two programs.
【rfWsnConcentrator_CC2650_LAUNCHXL_TI】【rfWsnNode_CC2650_LAUNCHXL_TI】
The program is set to "EasyLink_cmdPropTx.pktLen = txPacket->len + addrSize;" in "EasyLink_transmit".
I want to send and receive more than 128 packet sizes currently set.
I tried to change the value of "EASYLINK_MAX_DATA_LENGTH", but it became an error

『#70-D integer conversion resulted in truncation』
What else can I change?
Please tell me...
Rina