From 4a91a13381d73a93ad519a967fb519e1bc2c3eb0 Mon Sep 17 00:00:00 2001 From: lewishe Date: Thu, 30 Nov 2023 14:51:53 +0800 Subject: [PATCH] Update examples readme --- examples/GPS_BuiltIn/GPS_BuiltIn.ino | 2 +- examples/MqttsBuiltlnAWS/MqttsBuiltlnAWS.ino | 2 +- examples/MqttsBuiltlnAuth/MqttsBuiltlnAuth.ino | 2 +- examples/MqttsBuiltlnHivemq/MqttsBuiltlnHivemq.ino | 4 ++-- examples/MqttsBuiltlnSSL/MqttsBuiltlnSSL.ino | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/examples/GPS_BuiltIn/GPS_BuiltIn.ino b/examples/GPS_BuiltIn/GPS_BuiltIn.ino index 579b522..370ea7a 100644 --- a/examples/GPS_BuiltIn/GPS_BuiltIn.ino +++ b/examples/GPS_BuiltIn/GPS_BuiltIn.ino @@ -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" diff --git a/examples/MqttsBuiltlnAWS/MqttsBuiltlnAWS.ino b/examples/MqttsBuiltlnAWS/MqttsBuiltlnAWS.ino index d4862c2..299aafd 100644 --- a/examples/MqttsBuiltlnAWS/MqttsBuiltlnAWS.ino +++ b/examples/MqttsBuiltlnAWS/MqttsBuiltlnAWS.ino @@ -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 , 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. diff --git a/examples/MqttsBuiltlnAuth/MqttsBuiltlnAuth.ino b/examples/MqttsBuiltlnAuth/MqttsBuiltlnAuth.ino index 68b6181..6da461a 100644 --- a/examples/MqttsBuiltlnAuth/MqttsBuiltlnAuth.ino +++ b/examples/MqttsBuiltlnAuth/MqttsBuiltlnAuth.ino @@ -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 , which will not compile successfully using the mainline TinyGSM. */ diff --git a/examples/MqttsBuiltlnHivemq/MqttsBuiltlnHivemq.ino b/examples/MqttsBuiltlnHivemq/MqttsBuiltlnHivemq.ino index 15f548b..662177c 100644 --- a/examples/MqttsBuiltlnHivemq/MqttsBuiltlnHivemq.ino +++ b/examples/MqttsBuiltlnHivemq/MqttsBuiltlnHivemq.ino @@ -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 , which will not compile successfully using the mainline TinyGSM. */ #define TINY_GSM_RX_BUFFER 1024 // Set RX buffer to 1Kb diff --git a/examples/MqttsBuiltlnSSL/MqttsBuiltlnSSL.ino b/examples/MqttsBuiltlnSSL/MqttsBuiltlnSSL.ino index 90119a1..d8d8584 100644 --- a/examples/MqttsBuiltlnSSL/MqttsBuiltlnSSL.ino +++ b/examples/MqttsBuiltlnSSL/MqttsBuiltlnSSL.ino @@ -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 , which will not compile successfully using the mainline TinyGSM. */