Skip to content

Commit

Permalink
Added examples link
Browse files Browse the repository at this point in the history
  • Loading branch information
lewisxhe committed Aug 29, 2024
1 parent 09ea39e commit fcf77a9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions examples/ReadSMS/ReadSMS.ino
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,9 @@ void setup()
//! Only read data, not decode data. For detailed SMS operation, please refer to A76XX_Series_AT_Command_Manual
//! Only read data, not decode data. For detailed SMS operation, please refer to A76XX_Series_AT_Command_Manual
//! Only read data, not decode data. For detailed SMS operation, please refer to A76XX_Series_AT_Command_Manual

// A76XX_Series_AT_Command_Manual_V1.12.pdf : https://github.com/Xinyuan-LilyGO/LilyGO-T-A76XX/blob/main/datasheet/A76XX/A76XX_Series_AT_Command_Manual_V1.12.pdf
// A76XX Series_SMS_Application Note_V3.00.pdf : https://github.com/Xinyuan-LilyGO/LilyGO-T-A76XX/blob/main/datasheet/A76XX/A76XX%20Series_SMS_Application%20Note_V3.00.pdf

String data;
int8_t res;
Expand Down

0 comments on commit fcf77a9

Please sign in to comment.