Sara Damiano

Results 274 comments of Sara Damiano

It looks like it's probably chopping up the `+CIPSTATUS` response into two responses of `+` and `CIPSTATUS` and then not recognizing it as the proper response. Try adding a very...

I'm combing through months of old issues. Were you able to resolve this?

Have you been able to resolve this?

Use `sendAT` with `waitResponse`, just remember that the `sendAT` command already includes the "AT". So `sendAT(GF("AT"))` actually sends "ATAT". If you want to check signal/CSQ, you'd only include the "+CSQ"...

@HazemBenAmmar - use the `waitResponse(...)` function. If you're looking to keep the text returned, you can feed a string to wait response and it will populate it: ```cpp String res1;...

Have you figured this out? I think you might be looking for an initialization list in your class constructor.

I'm sorry, there's some documentation in the ReadMe and Wiki here on GitHub, but there isn't a separate detailed documentation page available.

Could you please write this into a pull request?