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 cb504e1 commit 2ba9ce7Copy full SHA for 2ba9ce7
examples/ExternalClient/GSM/StreamCallback/StreamCallback.ino
@@ -11,8 +11,8 @@
11
12
/** This example shows the RTDB data changed notification with TTGO T-A7670 (ESP32 with SIMCom SIMA7670) and TinyGSMClient. */
13
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.
+// To allow TinyGSM library integration, the following macro should be defined in src/FirebaseFS.h or
+// your custom config file src/CustomFirebaseFS.h.
16
// #define TINY_GSM_MODEM_SIM7600
17
18
#define TINY_GSM_MODEM_SIM7600 // SIMA7670 Compatible with SIM7600 AT instructions
0 commit comments