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 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