From fcf77a9e27ff6f1b1bba923647f68cd1161418cd Mon Sep 17 00:00:00 2001 From: lewisxhe Date: Thu, 29 Aug 2024 17:08:46 +0800 Subject: [PATCH] Added examples link --- examples/ReadSMS/ReadSMS.ino | 3 +++ 1 file changed, 3 insertions(+) diff --git a/examples/ReadSMS/ReadSMS.ino b/examples/ReadSMS/ReadSMS.ino index aa13686..eeecd31 100644 --- a/examples/ReadSMS/ReadSMS.ino +++ b/examples/ReadSMS/ReadSMS.ino @@ -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;