Skip to content

Commit

Permalink
Update examples readme
Browse files Browse the repository at this point in the history
  • Loading branch information
lewisxhe committed Nov 30, 2023
1 parent 24805f4 commit 4a91a13
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion examples/GPS_BuiltIn/GPS_BuiltIn.ino
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* @license MIT
* @copyright Copyright (c) 2023 Shenzhen Xin Yuan Electronic Technology Co., Ltd
* @date 2023-06-28
*
* @note SIM7670G does not have a built-in GPS module, regardless of whether there is a GPS antenna holder on the board.
*/
#include "utilities.h"

Expand Down
2 changes: 1 addition & 1 deletion examples/MqttsBuiltlnAWS/MqttsBuiltlnAWS.ino
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* @copyright Copyright (c) 2023 Shenzhen Xin Yuan Electronic Technology Co., Ltd
* @date 2023-11-28
* @note
* * * Example is suitable for A7670X/A7608X series, SIM7672 is not adapted.
* * * Example is suitable for A7670X/A7608X/SIM7672 series
* * Connect MQTT Broker as https://aws.amazon.com/campaigns/IoT
* * Example uses a forked TinyGSM <https://github.com/lewisxhe/TinyGSM>, which will not compile successfully using the mainline TinyGSM.
* *!!!! When using ESP to connect to AWS, the AWS IOT HUB policy must be set to all devices, otherwise the connection cannot be made.
Expand Down
2 changes: 1 addition & 1 deletion examples/MqttsBuiltlnAuth/MqttsBuiltlnAuth.ino
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* @copyright Copyright (c) 2023 Shenzhen Xin Yuan Electronic Technology Co., Ltd
* @date 2023-11-28
* @note
* * * Example is suitable for A7670X/A7608X series, SIM7672 is not adapted.
* * * Example is suitable for A7670X/A7608X/SIM7672 series
* * Connect MQTT Broker as https://test.mosquitto.org/
* * Example uses a forked TinyGSM <https://github.com/lewisxhe/TinyGSM>, which will not compile successfully using the mainline TinyGSM.
*/
Expand Down
4 changes: 2 additions & 2 deletions examples/MqttsBuiltlnHivemq/MqttsBuiltlnHivemq.ino
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
* @copyright Copyright (c) 2023 Shenzhen Xin Yuan Electronic Technology Co., Ltd
* @date 2023-11-28
* @note
* * * Example is suitable for A7670X/A7608X series, SIM7672 is not adapted.
* * Connect MQTT Broker as https://www.hivemq.com/
* * * Example is suitable for A7670X/A7608X/SIM7672 series
* * * Connect MQTT Broker as https://www.hivemq.com/
* * Example uses a forked TinyGSM <https://github.com/lewisxhe/TinyGSM>, which will not compile successfully using the mainline TinyGSM.
*/
#define TINY_GSM_RX_BUFFER 1024 // Set RX buffer to 1Kb
Expand Down
2 changes: 1 addition & 1 deletion examples/MqttsBuiltlnSSL/MqttsBuiltlnSSL.ino
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* @copyright Copyright (c) 2023 Shenzhen Xin Yuan Electronic Technology Co., Ltd
* @date 2023-11-28
* @note
* * * Example is suitable for A7670X/A7608X series, SIM7672 is not adapted.
* * * Example is suitable for A7670X/A7608X/SIM7672 series
* * Connect MQTT Broker as https://test.mosquitto.org/ MQTT, encrypted, unauthenticated
* * Example uses a forked TinyGSM <https://github.com/lewisxhe/TinyGSM>, which will not compile successfully using the mainline TinyGSM.
*/
Expand Down

0 comments on commit 4a91a13

Please sign in to comment.