This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CCS/CC3220SF-LAUNCHXL: rebuild the library

Part Number: CC3220SF-LAUNCHXL

Tool/software: Code Composer Studio

Dear sir,

I am looking for the rebuild the HTTP library document if any have. here i made some changed in buffer length because i been getting @HTTPClient_ESENDBUFSMALL error while setting the http header.

well i changed in httpclient_internal.h file @HTTPClient_BUF_LEN from 256 to 1024.

now i have to rebuild to effect the changes