adafruit / Adafruit_FONA

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

readline function guidence #122

Open waqasqammar opened 4 years ago

waqasqammar commented 4 years ago
if (replyidx == 0)   // the first 0x0A is ignored
          continue;

why we are checking at index zero? is it there to handle the loopback issue?