C concat
Posted: Fri Mar 01, 2019 3:04 pm
hello ESP Geeks,
I am modifing a http_client example
const char *post_data = "field1=value1&field2=value2";
esp_http_client_set_url(client, "http://httpbin.org/post");
I want to concat Integer value to field1 like "field1=656565"
I am not able to do facing some problem due to my weakness with pointers.
Please Help..
I am modifing a http_client example
const char *post_data = "field1=value1&field2=value2";
esp_http_client_set_url(client, "http://httpbin.org/post");
I want to concat Integer value to field1 like "field1=656565"
I am not able to do facing some problem due to my weakness with pointers.
Please Help..