adafruit/Adafruit_FONA

readline function guidence

waqasqammar opened this issue · 0 comments

if (replyidx == 0)   // the first 0x0A is ignored
          continue;

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