Skip to content

Commit 55c87e6

Browse files
committed
2 parents 4a59009 + d846f86 commit 55c87e6

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

examples/ExternalClient/GSM/Basic/Basic.ino

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212

1313
/** This example shows the basic RTDB usage with SIM7600x, ESP8266 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
#include <SoftwareSerial.h>

examples/ExternalClient/GSM/StreamCallback/StreamCallback.ino

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111

1212
/** This example shows the RTDB data changed notification with with SIM7600x, ESP8266 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
#include <SoftwareSerial.h>

0 commit comments

Comments
 (0)