Skip to content

Commit cb504e1

Browse files
authored
Update Basic.ino
1 parent 9f264df commit cb504e1

File tree

1 file changed

+2
-2
lines changed

1 file changed

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

0 commit comments

Comments
 (0)