Skip to content

Commit 6bca424

Browse files
committed
2 parents 0fe3a06 + 2ba9ce7 commit 6bca424

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

examples/ExternalClient/GSM/Basic/Basic.ino

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212

1313
/** This example shows the basic RTDB usage with TTGO T-A7670 (ESP32 with SIMCom SIMA7670) and TinyGSMClient. */
1414

15-
// To allow TinyGSM library integration, the following macro should be defined in src/ESP_Mail_FS.h or
16-
// your custom config file src/Custom_ESP_Mail_FS.h.
15+
// To allow TinyGSM library integration, the following macro should be defined in src/FirebaseFS.h or
16+
// your custom config file src/CustomFirebaseFS.h.
1717
// #define TINY_GSM_MODEM_SIM7600
1818

1919
#define TINY_GSM_MODEM_SIM7600 // SIMA7670 Compatible with SIM7600 AT instructions

examples/ExternalClient/GSM/StreamCallback/StreamCallback.ino

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111

1212
/** This example shows the RTDB data changed notification with TTGO T-A7670 (ESP32 with SIMCom SIMA7670) and TinyGSMClient. */
1313

14-
// To allow TinyGSM library integration, the following macro should be defined in src/ESP_Mail_FS.h or
15-
// your custom config file src/Custom_ESP_Mail_FS.h.
14+
// To allow TinyGSM library integration, the following macro should be defined in src/FirebaseFS.h or
15+
// your custom config file src/CustomFirebaseFS.h.
1616
// #define TINY_GSM_MODEM_SIM7600
1717

1818
#define TINY_GSM_MODEM_SIM7600 // SIMA7670 Compatible with SIM7600 AT instructions

0 commit comments

Comments
 (0)