Search found 1 match

by gajendra1409
Tue Jun 05, 2018 5:14 pm
Forum: ESP32 Arduino
Topic: Alternative for getString() function
Replies: 0
Views: 2158

Alternative for getString() function

Hi The data I am supposed to receive for my get request looks like, 0x00,0x00,0x00,0x00,0x01,0xff,0x04 But the getString() funtion terminates the string on first 0x00 as it a NULL. is any other function available to get a response for get request. or alternative to the following line so I can receiv...