Skip to content

Commit

Permalink
fixing typo
Browse files Browse the repository at this point in the history
  • Loading branch information
siddacious committed Mar 31, 2020
1 parent a39a4a1 commit e7dca5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Adafruit_FONA.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -772,7 +772,7 @@ bool Adafruit_FONA::readSMS(uint8_t message_index, char *smsbuff,
uint16_t thesmslen = 0;

DEBUG_PRINT(F("AT+CMGR="));
DEBUG_PRINTLN(i);
DEBUG_PRINTLN(message_index);

// getReply(F("AT+CMGR="), message_index, 1000); // do not print debug!
mySerial->print(F("AT+CMGR="));
Expand Down

0 comments on commit e7dca5e

Please sign in to comment.