adafruit/Adafruit_FONA

Extra line feed in SMS

jeromekasparian opened this issue · 0 comments

  • Arduino board: Adafruit FONA feather

  • Arduino IDE version (found in Arduino -> About Arduino menu): 2.1.1

  • List the steps to reproduce the problem below (if possible attach a sketch or
    copy the sketch code in too): SMS sent have an extra line feed. I would suggest to remove the mySerial->println(); on line 892 of Adafruit_FONA.cpp, this solves the issue for me.