We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f264df commit cb504e1Copy full SHA for cb504e1
examples/ExternalClient/GSM/Basic/Basic.ino
@@ -12,8 +12,8 @@
12
13
/** This example shows the basic RTDB usage with TTGO T-A7670 (ESP32 with SIMCom SIMA7670) and TinyGSMClient. */
14
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.
+// To allow TinyGSM library integration, the following macro should be defined in src/FirebaseFS.h or
+// your custom config file src/CustomFirebaseFS.h.
17
// #define TINY_GSM_MODEM_SIM7600
18
19
#define TINY_GSM_MODEM_SIM7600 // SIMA7670 Compatible with SIM7600 AT instructions
0 commit comments