Seeed-Studio / GPRS_SIM900

library for GPRS shield with sim900 module.
MIT License
138 stars 96 forks source link

`GPRS::isCallActive` fix #26

Closed jackdunger closed 6 years ago

jackdunger commented 6 years ago
lanselambor commented 6 years ago

@jackdunger Thank you for dragging this bug out, I fixed this bug by adding functionality sim900_read_string_until, it will miss all content if using sim900_wait_for_resp for OK\r\n before read the response.

A new demo showing the effect: https://github.com/Seeed-Studio/GPRS_SIM900/tree/master/examples/GPRS_Show_Incoming_Call