From dceeb9a1edae23ca3b01e88a2e30f3f494c5fb05 Mon Sep 17 00:00:00 2001 From: Suwatchai K Date: Wed, 25 Oct 2023 21:37:34 +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 bfed4b3..de2ec3c 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 SIM7600x, ESP8266 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 #include From d846f86566752168cecb8e9fd19b64ec1ad77d79 Mon Sep 17 00:00:00 2001 From: Suwatchai K Date: Wed, 25 Oct 2023 21:37:55 +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 4aeaf18..9a5c36e 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 with SIM7600x, ESP8266 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 #include