adafruit / Adafruit_FONA

Arduino library for the Adafruit FONA
https://www.adafruit.com/products/1946
211 stars 238 forks source link

sendCheckReply is very slow #129

Closed roysG closed 3 years ago

roysG commented 3 years ago

fona.sendCheckReply("AT");

Today i am using in the command "sendCheckReply" to send customer commands, but when i send get request it takes a lot of time to initial the request.

Is there better and faster way to do it?