Skip to content

Commit

Permalink
Update examples note
Browse files Browse the repository at this point in the history
  • Loading branch information
lewisxhe committed Aug 30, 2024
1 parent eb26a96 commit c7b4a18
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion examples/ReadSMS/ReadSMS.ino
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* @license MIT
* @copyright Copyright (c) 2024 Shenzhen Xin Yuan Electronic Technology Co., Ltd
* @date 2024-08-29
* @note Not support T-SIM7670/SIM7672
* @note SIM7670G does not support SMS and voice functions
* ! Only read data, not decode data. For detailed SMS operation, please refer to A76XX_Series_AT_Command_Manual
*/

Expand Down
2 changes: 1 addition & 1 deletion examples/SendLocationFromSMS/SendLocationFromSMS.ino
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* @license MIT
* @copyright Copyright (c) 2024 Shenzhen Xin Yuan Electronic Technology Co., Ltd
* @date 2024-08-23
* @note SIM7670G can send SMS depending on the operator. This is not allowed in China. Please test it yourself.
* @note SIM7670G does not support SMS and voice functions
*/

#include "utilities.h"
Expand Down
4 changes: 1 addition & 3 deletions examples/SendSMS/SendSMS.ino
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@
* @license MIT
* @copyright Copyright (c) 2023 Shenzhen Xin Yuan Electronic Technology Co., Ltd
* @date 2023-11-16
* @note Not support T-SIM7672
* * Although the manual of SIM7672G states that it has the functions of making voice calls and sending text messages,
* * the current firmware does not support it.
* @note SIM7670G does not support SMS and voice functions
*/

#include "utilities.h"
Expand Down

0 comments on commit c7b4a18

Please sign in to comment.