From cb504e17c7b33dfdff91a948c0511eba81fd9ac5 Mon Sep 17 00:00:00 2001 From: Suwatchai K Date: Wed, 25 Oct 2023 21:34:43 +0700 Subject: [PATCH 1/2] Update Basic.ino --- examples/ExternalClient/GSM/Basic/Basic.ino | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/ExternalClient/GSM/Basic/Basic.ino b/examples/ExternalClient/GSM/Basic/Basic.ino index facd0b5..d703983 100644 --- a/examples/ExternalClient/GSM/Basic/Basic.ino +++ b/examples/ExternalClient/GSM/Basic/Basic.ino @@ -12,8 +12,8 @@ /** This example shows the basic RTDB usage with TTGO T-A7670 (ESP32 with SIMCom SIMA7670) and TinyGSMClient. */ -// To allow TinyGSM library integration, the following macro should be defined in src/ESP_Mail_FS.h or -// your custom config file src/Custom_ESP_Mail_FS.h. +// To allow TinyGSM library integration, the following macro should be defined in src/FirebaseFS.h or +// your custom config file src/CustomFirebaseFS.h. // #define TINY_GSM_MODEM_SIM7600 #define TINY_GSM_MODEM_SIM7600 // SIMA7670 Compatible with SIM7600 AT instructions From 2ba9ce76eda273779fe94d6a630b25391a87faa8 Mon Sep 17 00:00:00 2001 From: Suwatchai K Date: Wed, 25 Oct 2023 21:35:10 +0700 Subject: [PATCH 2/2] Update StreamCallback.ino --- examples/ExternalClient/GSM/StreamCallback/StreamCallback.ino | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/ExternalClient/GSM/StreamCallback/StreamCallback.ino b/examples/ExternalClient/GSM/StreamCallback/StreamCallback.ino index 8e49b05..e3a6e62 100644 --- a/examples/ExternalClient/GSM/StreamCallback/StreamCallback.ino +++ b/examples/ExternalClient/GSM/StreamCallback/StreamCallback.ino @@ -11,8 +11,8 @@ /** This example shows the RTDB data changed notification with TTGO T-A7670 (ESP32 with SIMCom SIMA7670) and TinyGSMClient. */ -// To allow TinyGSM library integration, the following macro should be defined in src/ESP_Mail_FS.h or -// your custom config file src/Custom_ESP_Mail_FS.h. +// To allow TinyGSM library integration, the following macro should be defined in src/FirebaseFS.h or +// your custom config file src/CustomFirebaseFS.h. // #define TINY_GSM_MODEM_SIM7600 #define TINY_GSM_MODEM_SIM7600 // SIMA7670 Compatible with SIM7600 AT instructions