vadimkkkk
Results
1
issues of
vadimkkkk
Hello. Using this function `sscanf(response.substring(respStart).c_str(), "+CMGR: \"REC %s\",\"%s\",,\"%s\"\r\n", type, number, date); sms.number = String(number); sms.date = String(date); // The rest is the message, extract it. sms.message = response.substring(strlen(type) + strlen(number)...